summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-04-24 10:38:31 +0200
committerPacho Ramos <pacho@gentoo.org>2017-04-24 11:30:56 +0200
commit7672b0ff531b7f3f87530a2cd6eebcfed72e7d35 (patch)
treea0d1af260c2311cfe1eb7887556dba082d785e85 /app-text/nfoview
parentmedia-tv/kodi: Remove the "ssl" USE flag; upstream doesn't support building w... (diff)
downloadgentoo-7672b0ff531b7f3f87530a2cd6eebcfed72e7d35.tar.gz
gentoo-7672b0ff531b7f3f87530a2cd6eebcfed72e7d35.tar.bz2
gentoo-7672b0ff531b7f3f87530a2cd6eebcfed72e7d35.zip
app-text/nfoview: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/nfoview')
-rw-r--r--app-text/nfoview/nfoview-1.15.1.ebuild4
-rw-r--r--app-text/nfoview/nfoview-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild
index 27c36f03e6de..e96a9fe27f54 100644
--- a/app-text/nfoview/nfoview-1.15.1.ebuild
+++ b/app-text/nfoview/nfoview-1.15.1.ebuild
@@ -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
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index 2799221477f1..58b524bbcffb 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -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