diff options
Diffstat (limited to 'media-tv/tvnamer')
-rw-r--r-- | media-tv/tvnamer/tvnamer-2.4.ebuild | 4 | ||||
-rw-r--r-- | media-tv/tvnamer/tvnamer-2.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-tv/tvnamer/tvnamer-2.4.ebuild b/media-tv/tvnamer/tvnamer-2.4.ebuild index ad38278961b4..f871b3f6214f 100644 --- a/media-tv/tvnamer/tvnamer-2.4.ebuild +++ b/media-tv/tvnamer/tvnamer-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 DESCRIPTION="Automatic TV episode file renamer, data from thetvdb.com" diff --git a/media-tv/tvnamer/tvnamer-2.5.ebuild b/media-tv/tvnamer/tvnamer-2.5.ebuild index 4c1014a310cf..366b0815ec75 100644 --- a/media-tv/tvnamer/tvnamer-2.5.ebuild +++ b/media-tv/tvnamer/tvnamer-2.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 DESCRIPTION="Automatic TV episode file renamer, data from thetvdb.com" |