diff options
-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 |