From 4fd5706896281f003111175aaa3f3391cce5b62f Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:13:13 +0100 Subject: [PATCH] dev-python/kconfiglib: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/kconfiglib/kconfiglib-12.12.1.ebuild | 2 +- dev-python/kconfiglib/kconfiglib-13.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild index b1a5baccde7c..f7c488a885cd 100644 --- a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild +++ b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 diff --git a/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild b/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild index e519c27c57a6..31ea525387d5 100644 --- a/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild +++ b/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 -- 2.26.2