commit: a8354740174e2608211e1d78068f4288d5e0ba7c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 16:58:07 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 19:29:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8354740
dev-python/pygobject: python3_8
pygobject-test-suite fails with same error as python3_7.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/pygobject/pygobject-3.32.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pygobject/pygobject-3.32.1.ebuild
b/dev-python/pygobject/pygobject-3.32.1.ebuild
index be38ff47d39..a9815d8af9f 100644
--- a/dev-python/pygobject/pygobject-3.32.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.32.1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit gnome.org meson python-r1 virtualx xdg