summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-04-14 09:43:30 +0200
committerFabian Groffen <grobian@gentoo.org>2017-04-14 09:43:30 +0200
commit4b4f99803deff13170d2471fb5e2b0136919e573 (patch)
tree7a121087c8aa8622d64b1d0a234d0959f0ba2a5b /app-admin/chrpath
parentx11-themes/gtk-engines-quartz: bump from EAPI=3 to EAPI=6 (diff)
downloadgentoo-4b4f99803deff13170d2471fb5e2b0136919e573.tar.gz
gentoo-4b4f99803deff13170d2471fb5e2b0136919e573.tar.bz2
gentoo-4b4f99803deff13170d2471fb5e2b0136919e573.zip
app-admin/chrpath: bump from EAPI=2 to EAPI=6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin/chrpath')
-rw-r--r--app-admin/chrpath/chrpath-0.13-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild
index c81e1f1cd9be..fe4a867ea648 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
}