commit: 29ece583d1e21c78a67734ab7aa4137bee0c384f Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Fri Apr 20 12:27:43 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Apr 24 09:19:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ece583
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 <blueness <AT> gentoo.org> sys-devel/autogen/autogen-5.18.4-r1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sys-devel/autogen/autogen-5.18.4-r1.ebuild b/sys-devel/autogen/autogen-5.18.4-r1.ebuild index ba2709a7882..94a835355f7 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
