summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-01-04 00:19:18 -0800
committerZac Medico <zmedico@gentoo.org>2020-01-04 00:22:32 -0800
commit6dee3b6f12cb8bbc93dc93f24facdeaa0eb41268 (patch)
treefd2d10b9aa2aaf53ca9193b8bf487a34f7c4a3e1
parentnet-misc/netifrc: bump (diff)
downloadgentoo-6dee3b6f12cb8bbc93dc93f24facdeaa0eb41268.tar.gz
gentoo-6dee3b6f12cb8bbc93dc93f24facdeaa0eb41268.tar.bz2
gentoo-6dee3b6f12cb8bbc93dc93f24facdeaa0eb41268.zip
sys-apps/portage: PYTHON_COMPAT+=(pypy3)
Closes: https://bugs.gentoo.org/575840 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org>
-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 4254b42f9d03..edcc3d2203ea 100644
--- a/sys-apps/portage/portage-2.3.84-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.84-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=(
- pypy
+ pypy pypy3
python3_5 python3_6 python3_7 python3_8
python2_7
)
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index edfa4bf26344..d81d5bac1292 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=(
- pypy
+ pypy pypy3
python3_5 python3_6 python3_7 python3_8
python2_7
)