diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:06:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:17:55 +0200 |
commit | 33ff32fb0f6610fa10b3c07f14672467645c643a (patch) | |
tree | 8971ecfa88ef8608c762b131a8a7faf4cc376035 /app-arch | |
parent | app-arch/brotli: Remove py2.7 (diff) | |
download | gentoo-33ff32fb0f6610fa10b3c07f14672467645c643a.tar.gz gentoo-33ff32fb0f6610fa10b3c07f14672467645c643a.tar.bz2 gentoo-33ff32fb0f6610fa10b3c07f14672467645c643a.zip |
app-arch/rpm: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rpm/rpm-4.14.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-arch/rpm/rpm-4.14.1.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |