diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-09 23:45:35 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-09 23:45:35 -0800 |
commit | 21be0956534ca519f13e9b4606cdd5eba198d37a (patch) | |
tree | 14203c2579d5161474fbdb61951cc131fed15def /dev-python/shiboken | |
parent | dev-python/pkginfo: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-21be0956534ca519f13e9b4606cdd5eba198d37a.tar.gz gentoo-21be0956534ca519f13e9b4606cdd5eba198d37a.tar.bz2 gentoo-21be0956534ca519f13e9b4606cdd5eba198d37a.zip |
dev-python/shiboken: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/shiboken')
-rw-r--r-- | dev-python/shiboken/shiboken-1.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shiboken/shiboken-1.2.2.ebuild b/dev-python/shiboken/shiboken-1.2.2.ebuild index e2f37952567c..89119cb728f2 100644 --- a/dev-python/shiboken/shiboken-1.2.2.ebuild +++ b/dev-python/shiboken/shiboken-1.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit cmake-utils multilib python-r1 |