dev-libs/capstone: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-11 12:52:07 +01:00
parent 27f33ec87d
commit 010edbf82f
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 toolchain-funcs

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 toolchain-funcs

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 toolchain-funcs