diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 17:39:51 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 17:49:13 +0200 |
commit | d62c1d52841d5524f72720c586ae1f6127bd7116 (patch) | |
tree | 57f79a2fa77fee940549a464e1e47fe11fa98176 /dev-python/authres | |
parent | dev-db/pgxnclient: Support newer python (diff) | |
download | gentoo-d62c1d52841d5524f72720c586ae1f6127bd7116.tar.gz gentoo-d62c1d52841d5524f72720c586ae1f6127bd7116.tar.bz2 gentoo-d62c1d52841d5524f72720c586ae1f6127bd7116.zip |
dev-python/authres: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/authres')
-rw-r--r-- | dev-python/authres/authres-0.800.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/authres/authres-0.800.ebuild b/dev-python/authres/authres-0.800.ebuild index 842efa83b56e..12ce8847c303 100644 --- a/dev-python/authres/authres-0.800.ebuild +++ b/dev-python/authres/authres-0.800.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |