From a7d6771d43c50d8291099bd5be3e8df55463af24 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Feb 2020 17:14:43 +0100 Subject: dev-python/logutils: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/logutils/logutils-0.3.3-r1.ebuild | 2 +- dev-python/logutils/logutils-0.3.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/logutils') diff --git a/dev-python/logutils/logutils-0.3.3-r1.ebuild b/dev-python/logutils/logutils-0.3.3-r1.ebuild index 44214d61aa18..0a97d1d1f31b 100644 --- a/dev-python/logutils/logutils-0.3.3-r1.ebuild +++ b/dev-python/logutils/logutils-0.3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/logutils/logutils-0.3.3.ebuild b/dev-python/logutils/logutils-0.3.3.ebuild index 7559718a6336..ffcbc6043503 100644 --- a/dev-python/logutils/logutils-0.3.3.ebuild +++ b/dev-python/logutils/logutils-0.3.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 distutils-r1 -- cgit v1.2.3-65-gdbad