diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:37:12 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:37:12 +0200 |
commit | c49196a822de246c704c760c4d3c17c9586707d7 (patch) | |
tree | d0654b2cc27368eb9f7b3d1468965cb3b3177f34 /sci-electronics/pulseview | |
parent | sci-electronics/sigrok-cli: Support newer python (diff) | |
download | gentoo-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/pulseview')
-rw-r--r-- | sci-electronics/pulseview/pulseview-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/pulseview/pulseview-9999.ebuild | 4 |
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 |