diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-12 19:17:16 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-12 19:18:09 -0700 |
commit | 21a03d3e634c9c69a4129d53dbf8fdd2143cbfe3 (patch) | |
tree | 0e5b83fc080964c8a01324870863ed5b27bc7387 /dev-python/dnspython | |
parent | x11-base/xorg-server: Move wayland to IUSE_SERVERS. (diff) | |
download | gentoo-21a03d3e634c9c69a4129d53dbf8fdd2143cbfe3.tar.gz gentoo-21a03d3e634c9c69a4129d53dbf8fdd2143cbfe3.tar.bz2 gentoo-21a03d3e634c9c69a4129d53dbf8fdd2143cbfe3.zip |
dev-python/dnspython: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
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 |