diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:52:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:15:57 +0100 |
commit | 5e72f50f45a92ff7521cf225549150f2e1e22498 (patch) | |
tree | 8507867fe7d8225806ad27ba13b8818ad0146270 /dev-libs/keystone | |
parent | dev-libs/capstone: Remove py2 (diff) | |
download | gentoo-5e72f50f45a92ff7521cf225549150f2e1e22498.tar.gz gentoo-5e72f50f45a92ff7521cf225549150f2e1e22498.tar.bz2 gentoo-5e72f50f45a92ff7521cf225549150f2e1e22498.zip |
dev-libs/keystone: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/keystone')
-rw-r--r-- | dev-libs/keystone/keystone-0.9.1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/keystone/keystone-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/keystone/keystone-0.9.1.ebuild b/dev-libs/keystone/keystone-0.9.1.ebuild index ef3af7af6a90..eefe42cfab59 100644 --- a/dev-libs/keystone/keystone-0.9.1.ebuild +++ b/dev-libs/keystone/keystone-0.9.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 CMAKE_MIN_VERSION=3.8.7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-utils distutils-r1 llvm diff --git a/dev-libs/keystone/keystone-9999.ebuild b/dev-libs/keystone/keystone-9999.ebuild index dee4972706b5..dba275576bed 100644 --- a/dev-libs/keystone/keystone-9999.ebuild +++ b/dev-libs/keystone/keystone-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 CMAKE_MIN_VERSION=3.8.7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-utils distutils-r1 |