diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-26 23:24:27 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-26 23:24:27 -0500 |
commit | 7d79c655ca4403674b4d0887bdb3e5960bf003d2 (patch) | |
tree | c0451560827bcbf927eb4591eee9e152e10db505 /sys-auth | |
parent | net-fs/nfstest: bup (diff) | |
download | gentoo-7d79c655ca4403674b4d0887bdb3e5960bf003d2.tar.gz gentoo-7d79c655ca4403674b4d0887bdb3e5960bf003d2.tar.bz2 gentoo-7d79c655ca4403674b4d0887bdb3e5960bf003d2.zip |
sys-auth/keystone: fixing patching for bug 586870
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-9.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-auth/keystone/keystone-9.0.2.ebuild b/sys-auth/keystone/keystone-9.0.2.ebuild index d3a7097acb4a..b7cce249e146 100644 --- a/sys-auth/keystone/keystone-9.0.2.ebuild +++ b/sys-auth/keystone/keystone-9.0.2.ebuild @@ -101,9 +101,8 @@ RDEPEND=" www-servers/gunicorn[${PYTHON_USEDEP}] )" -PATCHES=( - "${FILESDIR}/CVE-2016-4911_9.0.0.patch" -) +#PATCHES=( +#) pkg_setup() { enewgroup keystone |