commit: 41e8100ada099379f5885d9b84407af6672d8358
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 23:03:19 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 6 18:15:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e8100a
sci-electronics/pulseview: Actually make python_setup conditional...
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-electronics/pulseview/pulseview-9999.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild
b/sci-electronics/pulseview/pulseview-9999.ebuild
index 8dafbb233d4..49d1975e671 100644
--- a/sci-electronics/pulseview/pulseview-9999.ebuild
+++ b/sci-electronics/pulseview/pulseview-9999.ebuild
@@ -45,6 +45,10 @@ DEPEND="${RDEPEND}"
DOCS=( HACKING NEWS README )
+pkg_setup() {
+ use decode && python_setup
+}
+
src_configure() {
local mycmakeargs=(
-DDISABLE_WERROR=TRUE