summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-01-04 14:38:39 -0800
committerZac Medico <zmedico@gentoo.org>2020-01-04 14:39:15 -0800
commit735c303e5d2a8c30253e39c77476f20836c33218 (patch)
tree4fdf16c91d2c782f2c5fb8d247a9df3c05bfb473 /sys-apps
parentdev-util/perf: fix build with -Werror (diff)
downloadgentoo-735c303e5d2a8c30253e39c77476f20836c33218.tar.gz
gentoo-735c303e5d2a8c30253e39c77476f20836c33218.tar.bz2
gentoo-735c303e5d2a8c30253e39c77476f20836c33218.zip
sys-apps/portage: PYTHON_COMPAT-=(pypy python3_5)
Reported-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/portage/portage-2.3.84-r1.ebuild4
-rw-r--r--sys-apps/portage/portage-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/portage/portage-2.3.84-r1.ebuild b/sys-apps/portage/portage-2.3.84-r1.ebuild
index edcc3d2203ea..15f50027e29c 100644
--- a/sys-apps/portage/portage-2.3.84-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.84-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=5
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=(
- pypy pypy3
- python3_5 python3_6 python3_7 python3_8
+ pypy3
+ python3_6 python3_7 python3_8
python2_7
)
PYTHON_REQ_USE='bzip2(+),threads(+)'
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index d81d5bac1292..e157a1cc9fab 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -5,8 +5,8 @@ EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=(
- pypy pypy3
- python3_5 python3_6 python3_7 python3_8
+ pypy3
+ python3_6 python3_7 python3_8
python2_7
)
PYTHON_REQ_USE='bzip2(+),threads(+)'