summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:52:46 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 13:15:57 +0100
commit5e72f50f45a92ff7521cf225549150f2e1e22498 (patch)
tree8507867fe7d8225806ad27ba13b8818ad0146270 /dev-libs/keystone/keystone-9999.ebuild
parentdev-libs/capstone: Remove py2 (diff)
downloadgentoo-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/keystone-9999.ebuild')
-rw-r--r--dev-libs/keystone/keystone-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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