diff options
-rw-r--r-- | dev-python/PyContracts/PyContracts-1.7.15.ebuild | 2 | ||||
-rw-r--r-- | dev-python/PyContracts/PyContracts-1.7.9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PyContracts/PyContracts-1.7.15.ebuild b/dev-python/PyContracts/PyContracts-1.7.15.ebuild index 46d0bbed7a79..9f519967d820 100644 --- a/dev-python/PyContracts/PyContracts-1.7.15.ebuild +++ b/dev-python/PyContracts/PyContracts-1.7.15.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/PyContracts/PyContracts-1.7.9.ebuild b/dev-python/PyContracts/PyContracts-1.7.9.ebuild index b1e1e6113356..6513b4b51585 100644 --- a/dev-python/PyContracts/PyContracts-1.7.9.ebuild +++ b/dev-python/PyContracts/PyContracts-1.7.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |