diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-12 23:12:31 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 23:12:31 -0800 |
commit | 3ff1c4169793d19435f7f27d2841202feb49975a (patch) | |
tree | 3a559513ab2b1af9b617b0f1836055f7876dcb52 /dev-python/simplejson | |
parent | dev-python/blinker: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-3ff1c4169793d19435f7f27d2841202feb49975a.tar.gz gentoo-3ff1c4169793d19435f7f27d2841202feb49975a.tar.bz2 gentoo-3ff1c4169793d19435f7f27d2841202feb49975a.zip |
dev-python/simplejson: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/simplejson-3.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplejson/simplejson-3.10.0.ebuild b/dev-python/simplejson/simplejson-3.10.0.ebuild index 6e9eb7f627b6..92b3764c1710 100644 --- a/dev-python/simplejson/simplejson-3.10.0.ebuild +++ b/dev-python/simplejson/simplejson-3.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 flag-o-matic |