commit: 231c7560d89fb84593ace9f4461be27908590992
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 3 11:30:43 2016 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Wed Aug 3 11:35:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231c7560
sci-libs/libsigrok: Bump to EAPI 6
Package-Manager: portage-2.2.28
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
sci-libs/libsigrok/libsigrok-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild
b/sci-libs/libsigrok/libsigrok-9999.ebuild
index c37062d..0078407 100644
--- a/sci-libs/libsigrok/libsigrok-9999.ebuild
+++ b/sci-libs/libsigrok/libsigrok-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
@@ -55,6 +55,7 @@ pkg_setup() {
src_prepare() {
[[ ${PV} == "9999" ]] && eautoreconf
+ eapply_user
}
src_configure() {