diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-06 10:25:59 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-06 10:25:59 -0500 |
commit | 9108f3719c6db14b7fb1274dd4a64934fc1f4c49 (patch) | |
tree | 500e3aaf5c671384d5b8b632c67b26cf96b3980f /sys-auth | |
parent | profiles: adjust uchardet USE mask for mpv (diff) | |
download | gentoo-9108f3719c6db14b7fb1274dd4a64934fc1f4c49.tar.gz gentoo-9108f3719c6db14b7fb1274dd4a64934fc1f4c49.tar.bz2 gentoo-9108f3719c6db14b7fb1274dd4a64934fc1f4c49.zip |
sys-auth/keystone: fixing patching of kilo 8.1.0
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-8.1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-auth/keystone/keystone-8.1.0.ebuild b/sys-auth/keystone/keystone-8.1.0.ebuild index 1c00b9b1a1f2..fcc19d585037 100644 --- a/sys-auth/keystone/keystone-8.1.0.ebuild +++ b/sys-auth/keystone/keystone-8.1.0.ebuild @@ -164,9 +164,8 @@ RDEPEND=" <=dev-python/pycadf-2.0.1[${PYTHON_USEDEP}] ~dev-python/msgpack-0.4.6[${PYTHON_USEDEP}]" -PATCHES=( - "${FILESDIR}/CVE-2015-7546_8.0.1.patch" -) +#PATCHES=( +#) pkg_setup() { enewgroup keystone |