From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 829D959CA3 for ; Mon, 14 Mar 2016 06:35:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11498E08E0; Mon, 14 Mar 2016 06:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B76A3E08E0 for ; Mon, 14 Mar 2016 06:35:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D055340C03 for ; Mon, 14 Mar 2016 06:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12C41858 for ; Mon, 14 Mar 2016 06:34:57 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1457937185.bba6900d39cf182eb0a5ae345f4b7a29933ebf86.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/p7zip/p7zip-15.14.ebuild X-VCS-Directories: app-arch/p7zip/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: bba6900d39cf182eb0a5ae345f4b7a29933ebf86 X-VCS-Branch: master Date: Mon, 14 Mar 2016 06:34:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cd8895b-c2c9-466c-a9a8-7b5e70343106 X-Archives-Hash: 3aaa74e93c323ff13f08bb2234f56d5c commit: bba6900d39cf182eb0a5ae345f4b7a29933ebf86 Author: Patrick Lauer gentoo org> AuthorDate: Mon Mar 14 06:33:05 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Mar 14 06:33:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba6900d app-arch/p7zip: Remove unneeded/broken patching Package-Manager: portage-2.2.28 app-arch/p7zip/p7zip-15.14.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-arch/p7zip/p7zip-15.14.ebuild b/app-arch/p7zip/p7zip-15.14.ebuild index 8d7950b..bd19893 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