Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/chrpath/
Date: Fri, 14 Apr 2017 07:44:11
Message-Id: 1492155810.4b4f99803deff13170d2471fb5e2b0136919e573.grobian@gentoo
1 commit: 4b4f99803deff13170d2471fb5e2b0136919e573
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 07:43:30 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 07:43:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4f9980
7
8 app-admin/chrpath: bump from EAPI=2 to EAPI=6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-admin/chrpath/chrpath-0.13-r2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild
16 index c81e1f1cd9b..fe4a867ea64 100644
17 --- a/app-admin/chrpath/chrpath-0.13-r2.ebuild
18 +++ b/app-admin/chrpath/chrpath-0.13-r2.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="2"
24 +EAPI=6
25
26 inherit eutils autotools
27
28 @@ -23,6 +23,7 @@ src_prepare() {
29 sed -i -e '/doc_DATA/d' Makefile.am || die
30 # fix for automake-1.13, #467538
31 sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die
32 + eapply_user
33 eautoreconf
34 }