diff options
Diffstat (limited to 'dev-python/tld')
-rw-r--r-- | dev-python/tld/tld-0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-python/tld/tld-0.11.8.ebuild | 4 | ||||
-rw-r--r-- | dev-python/tld/tld-0.9.7.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/tld/tld-0.10.ebuild b/dev-python/tld/tld-0.10.ebuild index 4ea3d4e0326b..f5618b217951 100644 --- a/dev-python/tld/tld-0.10.ebuild +++ b/dev-python/tld/tld-0.10.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,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/tld/tld-0.11.8.ebuild b/dev-python/tld/tld-0.11.8.ebuild index 4ea3d4e0326b..f5618b217951 100644 --- a/dev-python/tld/tld-0.11.8.ebuild +++ b/dev-python/tld/tld-0.11.8.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,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/tld/tld-0.9.7.ebuild b/dev-python/tld/tld-0.9.7.ebuild index 4d524f15e246..b20939596455 100644 --- a/dev-python/tld/tld-0.9.7.ebuild +++ b/dev-python/tld/tld-0.9.7.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,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 |