commit: 33ff32fb0f6610fa10b3c07f14672467645c643a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 13:06:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 13:17:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ff32fb
app-arch/rpm: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/rpm/rpm-4.14.1-r1.ebuild | 2 +-
app-arch/rpm/rpm-4.14.1.ebuild | 2 +-
app-arch/rpm/rpm-4.14.2.1-r1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-arch/rpm/rpm-4.14.1-r1.ebuild
b/app-arch/rpm/rpm-4.14.1-r1.ebuild
index 52ab90d9528..c2f5f37a528 100644
--- a/app-arch/rpm/rpm-4.14.1-r1.ebuild
+++ b/app-arch/rpm/rpm-4.14.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild
index e611ac291b4..f0a7f10fd44 100644
--- a/app-arch/rpm/rpm-4.14.1.ebuild
+++ b/app-arch/rpm/rpm-4.14.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
diff --git a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
index 6275cdc3a4c..f7082d549fe 100644
--- a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
+++ b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver