From: Michał Górny Date: Tue, 11 Feb 2020 11:52:46 +0000 (+0100) Subject: dev-libs/keystone: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e72f50f45a92ff7521cf225549150f2e1e22498;p=gentoo.git dev-libs/keystone: Remove py2 Signed-off-by: Michał Górny --- 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