commit: af5b984482967ff9266454f44994a047d3d8bde9
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 3 11:31:27 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=af5b9844
sci-electronics/pulseview: Bump to EAPI 6
Package-Manager: portage-2.2.28
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
sci-electronics/pulseview/pulseview-9999.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild
b/sci-electronics/pulseview/pulseview-9999.ebuild
index 3123a1c..13f0ddb 100644
--- a/sci-electronics/pulseview/pulseview-9999.ebuild
+++ b/sci-electronics/pulseview/pulseview-9999.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
PYTHON_COMPAT=( python3_{3,4} )
-inherit eutils cmake-utils python-single-r1
+
+inherit cmake-utils python-single-r1
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://sigrok.org/${PN}"
@@ -50,9 +51,9 @@ DOCS=( HACKING NEWS README )
src_configure() {
local mycmakeargs=(
-DDISABLE_WERROR=TRUE
- $(cmake-utils_use_enable decode DECODE)
- $(cmake-utils_use_enable static STATIC_PKGDEPS_LIBS)
- $(cmake-utils_use qt4 FORCE_QT4)
+ -DENABLE_DECODE=$(usex decode)
+ -DSTATIC_PKGDEPS_LIBS=$(usex static)
+ -DFORCE_QT4=$(usex qt4)
)
cmake-utils_src_configure
}