dev-python/shiboken: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 07:45:35 +0000 (23:45 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 07:45:35 +0000 (23:45 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/shiboken/shiboken-1.2.2.ebuild

index e2f37952567c5774e4e8c3adb76e79fc8e5b6d35..89119cb728f282d4b6e93fb2e6183f83a6c333e6 100644 (file)
@@ -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