summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-01-26 16:40:38 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-01-26 16:40:59 -0600
commitf8e87108e1ee2f5751a320db38dcecd64fe9709d (patch)
treecfbb3439c5e7681e92467a561240254656bfd0db /sys-auth/keystone/keystone-2019.2.9999.ebuild
parentapp-admin/glance: cleanup (diff)
downloadgentoo-f8e87108e1ee2f5751a320db38dcecd64fe9709d.tar.gz
gentoo-f8e87108e1ee2f5751a320db38dcecd64fe9709d.tar.bz2
gentoo-f8e87108e1ee2f5751a320db38dcecd64fe9709d.zip
sys-auth/keystone: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-auth/keystone/keystone-2019.2.9999.ebuild')
-rw-r--r--sys-auth/keystone/keystone-2019.2.9999.ebuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/sys-auth/keystone/keystone-2019.2.9999.ebuild b/sys-auth/keystone/keystone-2019.2.9999.ebuild
index 4494f24111e2..f1cdd22c765a 100644
--- a/sys-auth/keystone/keystone-2019.2.9999.ebuild
+++ b/sys-auth/keystone/keystone-2019.2.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1 user
+inherit distutils-r1
DESCRIPTION="The Openstack authentication, authorization, and service catalog"
HOMEPAGE="https://launchpad.net/keystone"
@@ -97,15 +97,9 @@ RDEPEND="
www-servers/uwsgi[python,${PYTHON_USEDEP}]
www-apache/mod_wsgi[${PYTHON_USEDEP}]
www-servers/gunicorn[${PYTHON_USEDEP}]
- )"
-
-#PATCHES=(
-#)
-
-pkg_setup() {
- enewgroup keystone
- enewuser keystone -1 -1 /var/lib/keystone keystone
-}
+ )
+ acct-user/keystone
+ acct-group/keystone"
python_prepare_all() {
# it's in git, but not in the tarball.....