dev-libs/capstone: Indicate python-3.7 support.
authorMike Auty <ikelos@gentoo.org>
Wed, 2 Oct 2019 17:53:20 +0000 (18:53 +0100)
committerMike Auty <ikelos@gentoo.org>
Wed, 2 Oct 2019 17:53:20 +0000 (18:53 +0100)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mike Auty <ikelos@gentoo.org>
dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild
dev-libs/capstone/capstone-4.0.1.ebuild
dev-libs/capstone/capstone-4.0.ebuild

index a371dec0b3b5fa99f8d0074366050dae4792487a..f33b120cb404b3858d968b32e83e7c79fac0e893 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1 toolchain-funcs
 
index 77b9b960a5834e51990819e8db01f802030d15b2..668f96bde91905ef14b3a0fdff10e427347528b7 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1 toolchain-funcs
 
index 2f0796ab51f82d9170c227cf3bedbb744b37b389..18d7547f3dd0a1f178de20bb0937cfa42ec99438 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1 toolchain-funcs