summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-06-15 19:37:12 +0200
committerPacho Ramos <pacho@gentoo.org>2017-06-15 19:37:12 +0200
commitc49196a822de246c704c760c4d3c17c9586707d7 (patch)
treed0654b2cc27368eb9f7b3d1468965cb3b3177f34 /sci-electronics
parentsci-electronics/sigrok-cli: Support newer python (diff)
downloadgentoo-c49196a822de246c704c760c4d3c17c9586707d7.tar.gz
gentoo-c49196a822de246c704c760c4d3c17c9586707d7.tar.bz2
gentoo-c49196a822de246c704c760c4d3c17c9586707d7.zip
sci-electronics/pulseview: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/pulseview/pulseview-0.3.0.ebuild4
-rw-r--r--sci-electronics/pulseview/pulseview-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-electronics/pulseview/pulseview-0.3.0.ebuild b/sci-electronics/pulseview/pulseview-0.3.0.ebuild
index 16f8ee75d76d..df2fbb1b3c01 100644
--- a/sci-electronics/pulseview/pulseview-0.3.0.ebuild
+++ b/sci-electronics/pulseview/pulseview-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit cmake-utils python-single-r1
diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild
index 8b4a6b2c36ac..f287c48881b6 100644
--- a/sci-electronics/pulseview/pulseview-9999.ebuild
+++ b/sci-electronics/pulseview/pulseview-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit cmake-utils python-single-r1