summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-12-05 14:15:52 -0500
committerCraig Andrews <candrews@gentoo.org>2019-12-05 15:58:41 -0500
commit617d2ddb5e4427f971492ee04b8c3dbbcac7ce80 (patch)
tree07143b3dc371cbb68a16ecc42b0bff2ee0107c7f /app-portage
parentQA: Revert "Revert "Revert "Revert "profiles/package.mask: mask leaf py2.7 pk... (diff)
downloadgentoo-617d2ddb5e4427f971492ee04b8c3dbbcac7ce80.tar.gz
gentoo-617d2ddb5e4427f971492ee04b8c3dbbcac7ce80.tar.bz2
gentoo-617d2ddb5e4427f971492ee04b8c3dbbcac7ce80.zip
app-portage/gentoopm: Python 3.8 compatibility
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Craig Andrews <candrews@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13886 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoopm/gentoopm-0.3.1.ebuild2
-rw-r--r--app-portage/gentoopm/gentoopm-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index dbdac94b858a..93cd31750f90 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 293e127b6b84..8609fa346bb5 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3