Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsigrok/
Date: Wed, 03 Aug 2016 11:41:59
Message-Id: 1470224121.231c7560d89fb84593ace9f4461be27908590992.swegener@gentoo
1 commit: 231c7560d89fb84593ace9f4461be27908590992
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 11:30:43 2016 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 11:35:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231c7560
7
8 sci-libs/libsigrok: Bump to EAPI 6
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 sci-libs/libsigrok/libsigrok-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild
17 index c37062d..0078407 100644
18 --- a/sci-libs/libsigrok/libsigrok-9999.ebuild
19 +++ b/sci-libs/libsigrok/libsigrok-9999.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 -EAPI="5"
25 +EAPI="6"
26
27 PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
28
29 @@ -55,6 +55,7 @@ pkg_setup() {
30
31 src_prepare() {
32 [[ ${PV} == "9999" ]] && eautoreconf
33 + eapply_user
34 }
35
36 src_configure() {