From 5e72f50f45a92ff7521cf225549150f2e1e22498 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 11 Feb 2020 12:52:46 +0100 Subject: [PATCH] dev-libs/keystone: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/keystone/keystone-0.9.1.ebuild | 2 +- 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 -- 2.26.2