summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-03-01 03:37:41 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-03-01 03:57:30 -0600
commite0105fccf94ef240ed22c444030051a2308e8f32 (patch)
tree7c349cb085c6d77d04b39be31cf7578813ac3e1d /sys-auth/keystone/keystone-2018.1.9999.ebuild
parentsys-process/htop: Revbump to fix build with non-utf8 and python3. (diff)
downloadgentoo-e0105fccf94ef240ed22c444030051a2308e8f32.tar.gz
gentoo-e0105fccf94ef240ed22c444030051a2308e8f32.tar.bz2
gentoo-e0105fccf94ef240ed22c444030051a2308e8f32.zip
sys-auth/keystone: 13.0.0 bup QUEENS
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-auth/keystone/keystone-2018.1.9999.ebuild')
-rw-r--r--sys-auth/keystone/keystone-2018.1.9999.ebuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/sys-auth/keystone/keystone-2018.1.9999.ebuild b/sys-auth/keystone/keystone-2018.1.9999.ebuild
index 05c7509a3f5f..8640cea7f1be 100644
--- a/sys-auth/keystone/keystone-2018.1.9999.ebuild
+++ b/sys-auth/keystone/keystone-2018.1.9999.ebuild
@@ -5,16 +5,21 @@ EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit distutils-r1 git-r3 user
+inherit distutils-r1 user
DESCRIPTION="The Openstack authentication, authorization, and service catalog"
HOMEPAGE="https://launchpad.net/keystone"
-EGIT_REPO_URI="https://github.com/openstack/keystone.git"
-EGIT_BRANCH="stable/queens"
+if [[ ${PV} == *9999 ]];then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/openstack/keystone.git"
+ EGIT_BRANCH="stable/queens"
+else
+ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS=""
IUSE="+sqlite ldap memcached mongo mysql postgres test"
REQUIRED_USE="|| ( mysql postgres sqlite )"