commit: c49196a822de246c704c760c4d3c17c9586707d7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 17:37:12 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 17:37:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49196a8
sci-electronics/pulseview: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-electronics/pulseview/pulseview-0.3.0.ebuild | 4 ++--
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 16f8ee75d76..df2fbb1b3c0 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 8b4a6b2c36a..f287c48881b 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