diff options
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.12.0-r300.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.12.0-r301.ebuild | 2 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.15.0.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/dnspython/dnspython-1.12.0-r300.ebuild b/dev-python/dnspython/dnspython-1.12.0-r300.ebuild index cf942f725885..94c410b6eaa8 100644 --- a/dev-python/dnspython/dnspython-1.12.0-r300.ebuild +++ b/dev-python/dnspython/dnspython-1.12.0-r300.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=5 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild index 910993e73877..94c410b6eaa8 100644 --- a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild +++ b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/dnspython/dnspython-1.15.0.ebuild b/dev-python/dnspython/dnspython-1.15.0.ebuild index decbd18703a9..02efe94a6f12 100644 --- a/dev-python/dnspython/dnspython-1.15.0.ebuild +++ b/dev-python/dnspython/dnspython-1.15.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=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |