diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-13 00:05:35 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-13 00:06:19 -0800 |
commit | 548433e2cd2cc2e1725367585c5235c6a6694237 (patch) | |
tree | 614364f739a2becf25860e1c252aee965ca9eb9a /dev-python/aniso8601 | |
parent | net-ftp/lftp: Old. (diff) | |
download | gentoo-548433e2cd2cc2e1725367585c5235c6a6694237.tar.gz gentoo-548433e2cd2cc2e1725367585c5235c6a6694237.tar.bz2 gentoo-548433e2cd2cc2e1725367585c5235c6a6694237.zip |
dev-python/aniso8601: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/aniso8601')
-rw-r--r-- | dev-python/aniso8601/aniso8601-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aniso8601/aniso8601-1.2.0.ebuild b/dev-python/aniso8601/aniso8601-1.2.0.ebuild index 6f85e64a365d..9889781417bb 100644 --- a/dev-python/aniso8601/aniso8601-1.2.0.ebuild +++ b/dev-python/aniso8601/aniso8601-1.2.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |