diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-20 07:27:43 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-04-24 05:19:49 -0400 |
commit | 29ece583d1e21c78a67734ab7aa4137bee0c384f (patch) | |
tree | a717e47bf7c0351c7c52c3d9703c2a352baf65b0 /sys-devel/autogen | |
parent | dev-libs/mpfr: epatch->eapply (diff) | |
download | gentoo-29ece583d1e21c78a67734ab7aa4137bee0c384f.tar.gz gentoo-29ece583d1e21c78a67734ab7aa4137bee0c384f.tar.bz2 gentoo-29ece583d1e21c78a67734ab7aa4137bee0c384f.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel/autogen')
-rw-r--r-- | sys-devel/autogen/autogen-5.18.4-r1.ebuild | 11 |
1 files 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 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 |