From 617aec8a1a9ff18eb5439a885744218f03019fec Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 19 Oct 2015 16:25:51 +0200 Subject: [PATCH] dev-python/shiboken: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/shiboken/shiboken-1.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/shiboken/shiboken-1.2.2.ebuild b/dev-python/shiboken/shiboken-1.2.2.ebuild index 7fc66eaffccef..bf3f25f586636 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