diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-03-14 07:33:05 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-03-14 07:33:05 +0100 |
commit | bba6900d39cf182eb0a5ae345f4b7a29933ebf86 (patch) | |
tree | e911455c84e6f1954bbdd1c7f8f3508e054ff05d /app-arch/p7zip | |
parent | dev-ruby/rubygems: add 2.6.2 (diff) | |
download | gentoo-bba6900d39cf182eb0a5ae345f4b7a29933ebf86.tar.gz gentoo-bba6900d39cf182eb0a5ae345f4b7a29933ebf86.tar.bz2 gentoo-bba6900d39cf182eb0a5ae345f4b7a29933ebf86.zip |
app-arch/p7zip: Remove unneeded/broken patching
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-arch/p7zip')
-rw-r--r-- | app-arch/p7zip/p7zip-15.14.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app-arch/p7zip/p7zip-15.14.ebuild b/app-arch/p7zip/p7zip-15.14.ebuild index 8d7950b3694a..bd19893aa898 100644 --- a/app-arch/p7zip/p7zip-15.14.ebuild +++ b/app-arch/p7zip/p7zip-15.14.ebuild @@ -30,9 +30,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN}_${PV} src_prepare() { - epatch \ - "${FILESDIR}"/${P}-CVE-2015-1038.patch - if ! use pch; then sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" -i makefile.* || die fi |