From a651427f15364356d8e5ef264aea69e8a6a17abf Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:14:09 +0100 Subject: [PATCH] dev-python/pudb: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/pudb/pudb-2017.1.4.ebuild | 2 +- dev-python/pudb/pudb-2018.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pudb/pudb-2017.1.4.ebuild b/dev-python/pudb/pudb-2017.1.4.ebuild index a8099641554b..821b72b6a448 100644 --- a/dev-python/pudb/pudb-2017.1.4.ebuild +++ b/dev-python/pudb/pudb-2017.1.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_{5,6}} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/pudb/pudb-2018.1.ebuild b/dev-python/pudb/pudb-2018.1.ebuild index e61e96c17885..63c1638ccce0 100644 --- a/dev-python/pudb/pudb-2018.1.ebuild +++ b/dev-python/pudb/pudb-2018.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_{5,6,7}} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 -- 2.26.2