diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-16 00:18:07 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-16 00:22:05 -0700 |
commit | 1914df491fe36858b7b08b8397bf6c5e70e20950 (patch) | |
tree | b3413d8646ce2c0b6ef9f4064774874e05dcf356 /dev-python/anyjson | |
parent | sys-auth/pam_mount: ppc stable (bug 611840). (diff) | |
download | gentoo-1914df491fe36858b7b08b8397bf6c5e70e20950.tar.gz gentoo-1914df491fe36858b7b08b8397bf6c5e70e20950.tar.bz2 gentoo-1914df491fe36858b7b08b8397bf6c5e70e20950.zip |
dev-python/anyjson: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/anyjson')
-rw-r--r-- | dev-python/anyjson/anyjson-0.3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/anyjson/anyjson-0.3.3-r1.ebuild b/dev-python/anyjson/anyjson-0.3.3-r1.ebuild index 9b359289ec75..f616e72b6266 100644 --- a/dev-python/anyjson/anyjson-0.3.3-r1.ebuild +++ b/dev-python/anyjson/anyjson-0.3.3-r1.ebuild @@ -1,9 +1,9 @@ -# 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,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |