diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-19 16:25:51 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-19 18:29:11 +0200 |
commit | 617aec8a1a9ff18eb5439a885744218f03019fec (patch) | |
tree | 297ae0283d0800a29736ef65e770345304276985 /dev-python/shiboken | |
parent | dev-python/pyfltk: Add python3.5 support (diff) | |
download | gentoo-617aec8a1a9ff18eb5439a885744218f03019fec.tar.gz gentoo-617aec8a1a9ff18eb5439a885744218f03019fec.tar.bz2 gentoo-617aec8a1a9ff18eb5439a885744218f03019fec.zip |
dev-python/shiboken: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
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 7fc66eaffcce..bf3f25f58663 100644 --- a/dev-python/shiboken/shiboken-1.2.2.ebuild +++ b/dev-python/shiboken/shiboken-1.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit cmake-utils multilib python-r1 |