Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libelf/
Date: Fri, 03 Aug 2018 14:04:11
Message-Id: 1533305039.84b9b0afe39ab4e3ffd03a336bca9b8ecc7f8bbb.blueness@gentoo
1 commit: 84b9b0afe39ab4e3ffd03a336bca9b8ecc7f8bbb
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 14:03:41 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 14:03:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b9b0af
7
8 dev-libs/libelf: bump to EAPI=6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-libs/libelf/libelf-0.8.13-r2.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libelf/libelf-0.8.13-r2.ebuild b/dev-libs/libelf/libelf-0.8.13-r2.ebuild
16 index 4795811e51a..bb77d0ee620 100644
17 --- a/dev-libs/libelf/libelf-0.8.13-r2.ebuild
18 +++ b/dev-libs/libelf/libelf-0.8.13-r2.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="5"
24 +EAPI="6"
25
26 inherit eutils multilib autotools multilib-minimal
27
28 @@ -21,7 +21,8 @@ DOCS=( ChangeLog README )
29 MULTILIB_WRAPPED_HEADERS=( /usr/include/libelf/sys_elf.h )
30
31 src_prepare() {
32 - epatch "${FILESDIR}/${P}-build.patch"
33 + eapply "${FILESDIR}/${P}-build.patch"
34 + eapply_user
35 eautoreconf
36 }