diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 17:58:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 20:29:47 +0100 |
commit | a8354740174e2608211e1d78068f4288d5e0ba7c (patch) | |
tree | 631762a75c8f757596050b3f0af002a15b452aa7 /dev-python/pygobject | |
parent | dev-python/pycairo: 1.18.2 version bump, python3_8 (diff) | |
download | gentoo-a8354740174e2608211e1d78068f4288d5e0ba7c.tar.gz gentoo-a8354740174e2608211e1d78068f4288d5e0ba7c.tar.bz2 gentoo-a8354740174e2608211e1d78068f4288d5e0ba7c.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/pygobject-3.32.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pygobject/pygobject-3.32.1.ebuild b/dev-python/pygobject/pygobject-3.32.1.ebuild index be38ff47d39c..a9815d8af9f2 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 |