app-text/nfoview: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 08:38:31 +0000 (10:38 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 09:30:56 +0000 (11:30 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

app-text/nfoview/nfoview-1.15.1.ebuild
app-text/nfoview/nfoview-9999.ebuild

index 27c36f03e6de276a9aefa5cf25535ced48f0d93c..e96a9fe27f546552dc0f8cadb31e5dec5cef8637 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1 fdo-mime gnome2-utils
 if [[ ${PV} == "9999" ]] ; then
index 2799221477f1d06f80571e0044097aa0889e43cc..58b524bbcffbbc236f6de3dec402cd37a79d3902 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1 fdo-mime gnome2-utils
 if [[ ${PV} == "9999" ]] ; then