app-portage/gentoopm: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Thu, 5 Dec 2019 19:15:52 +0000 (14:15 -0500)
committerCraig Andrews <candrews@gentoo.org>
Thu, 5 Dec 2019 20:58:41 +0000 (15:58 -0500)
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>
app-portage/gentoopm/gentoopm-0.3.1.ebuild
app-portage/gentoopm/gentoopm-9999.ebuild

index dbdac94b858a0f80fd268af6388b11d2374c91ad..93cd31750f90378eed9dc04b66e874e266aac361 100644 (file)
@@ -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
 
index 293e127b6b84b79409fd1acfad6e4d138dd85eaf..8609fa346bb593e1f1d83bf474f3dbe3068e1d7e 100644 (file)
@@ -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