From: Michał Górny Date: Thu, 7 May 2020 13:06:53 +0000 (+0200) Subject: app-arch/rpm: Remove py2.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33ff32fb0f6610fa10b3c07f14672467645c643a;p=gentoo.git app-arch/rpm: Remove py2.7 Signed-off-by: Michał Górny --- diff --git a/app-arch/rpm/rpm-4.14.1-r1.ebuild b/app-arch/rpm/rpm-4.14.1-r1.ebuild index 52ab90d95289..c2f5f37a528c 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 e611ac291b4c..f0a7f10fd44c 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 6275cdc3a4ce..f7082d549fe6 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