commit: 4b4f99803deff13170d2471fb5e2b0136919e573
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 07:43:30 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 07:43:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4f9980
app-admin/chrpath: bump from EAPI=2 to EAPI=6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/chrpath/chrpath-0.13-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild
b/app-admin/chrpath/chrpath-0.13-r2.ebuild
index c81e1f1cd9b..fe4a867ea64 100644
--- a/app-admin/chrpath/chrpath-0.13-r2.ebuild
+++ b/app-admin/chrpath/chrpath-0.13-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
inherit eutils autotools
@@ -23,6 +23,7 @@ src_prepare() {
sed -i -e '/doc_DATA/d' Makefile.am || die
# fix for automake-1.13, #467538
sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die
+ eapply_user
eautoreconf
}