From: Marty E. Plummer Date: Fri, 20 Apr 2018 12:27:43 +0000 (-0500) Subject: sys-devel/autogen: epatch->PATCHES=() X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=29ece583d1e21c78a67734ab7aa4137bee0c384f;p=gentoo.git sys-devel/autogen: epatch->PATCHES=() Also dropped eutils for ltprune, though this should probably be replaced with a find -delete at a later time. Package-Manager: Portage-2.3.31, Repoman-2.3.9 Signed-off-by: Anthony G. Basile --- diff --git a/sys-devel/autogen/autogen-5.18.4-r1.ebuild b/sys-devel/autogen/autogen-5.18.4-r1.ebuild index ba2709a78820..94a835355f74 100644 --- a/sys-devel/autogen/autogen-5.18.4-r1.ebuild +++ b/sys-devel/autogen/autogen-5.18.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils +inherit ltprune DESCRIPTION="Program and text file generation" HOMEPAGE="https://www.gnu.org/software/autogen/" @@ -20,11 +20,10 @@ RDEPEND=" " DEPEND="${RDEPEND}" -src_prepare() { - epatch "${FILESDIR}"/${PN}-5.18.4-tmp-log.patch #563352 - epatch "${FILESDIR}"/${PN}-5.18.4_fix_format.test_for_dash.patch #576674 - default -} +PATCHES=( + "${FILESDIR}"/${PN}-5.18.4-tmp-log.patch #563352 + "${FILESDIR}"/${PN}-5.18.4_fix_format.test_for_dash.patch #576674 +) src_configure() { # suppress possibly incorrect -R flag