From c49196a822de246c704c760c4d3c17c9586707d7 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 15 Jun 2017 19:37:12 +0200 Subject: 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(-) (limited to 'sci-electronics') 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 -- cgit v1.2.3