diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-10 17:30:40 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:18:24 -0800 |
commit | e5c8c4e75e2ceaa90d34bd347b68c23585b66a84 (patch) | |
tree | 2907aef734cf3d4de419fc5c7f4cf3bfd2c5bcc1 /dev-python/imagesize | |
parent | dev-python/sphinx_rtd_theme: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-e5c8c4e75e2ceaa90d34bd347b68c23585b66a84.tar.gz gentoo-e5c8c4e75e2ceaa90d34bd347b68c23585b66a84.tar.bz2 gentoo-e5c8c4e75e2ceaa90d34bd347b68c23585b66a84.zip |
dev-python/imagesize: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/imagesize')
-rw-r--r-- | dev-python/imagesize/imagesize-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild index 4932986f8139..45dfc5fd6193 100644 --- a/dev-python/imagesize/imagesize-0.7.1.ebuild +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |