From 4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Feb 2020 14:04:55 +0100 Subject: [PATCH] dev-util/umockdev: Remove py2 where possible MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/umockdev/umockdev-0.11.3.ebuild | 2 +- dev-util/umockdev/umockdev-0.12.1.ebuild | 2 +- dev-util/umockdev/umockdev-0.9.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/umockdev/umockdev-0.11.3.ebuild b/dev-util/umockdev/umockdev-0.11.3.ebuild index 3d52cf6d2c80..c4d61d96500e 100644 --- a/dev-util/umockdev/umockdev-0.11.3.ebuild +++ b/dev-util/umockdev/umockdev-0.11.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit multilib-minimal python-any-r1 diff --git a/dev-util/umockdev/umockdev-0.12.1.ebuild b/dev-util/umockdev/umockdev-0.12.1.ebuild index b9da4873d6c1..8b36fb5d0bb8 100644 --- a/dev-util/umockdev/umockdev-0.12.1.ebuild +++ b/dev-util/umockdev/umockdev-0.12.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit multilib-minimal python-any-r1 diff --git a/dev-util/umockdev/umockdev-0.9.4.ebuild b/dev-util/umockdev/umockdev-0.9.4.ebuild index 0b6c981d4548..4845f7ae319d 100644 --- a/dev-util/umockdev/umockdev-0.9.4.ebuild +++ b/dev-util/umockdev/umockdev-0.9.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit python-any-r1 -- 2.26.2