summaryrefslogtreecommitdiff
path: root/app-arch/p7zip
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-03-14 07:33:05 +0100
committerPatrick Lauer <patrick@gentoo.org>2016-03-14 07:33:05 +0100
commitbba6900d39cf182eb0a5ae345f4b7a29933ebf86 (patch)
treee911455c84e6f1954bbdd1c7f8f3508e054ff05d /app-arch/p7zip
parentafc7e84fafd717ae861980f87966188a285f8bb8 (diff)
downloadgentoo-bba6900d39cf182eb0a5ae345f4b7a29933ebf86.tar.gz
gentoo-bba6900d39cf182eb0a5ae345f4b7a29933ebf86.tar.xz
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.ebuild3
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 8d7950b3694..bd19893aa89 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