From: Andreas Sturmlechner Date: Wed, 5 Feb 2020 22:13:20 +0000 (+0100) Subject: dev-libs/gobject-introspection: python3_8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d414bc4258a7119b4f3e9c3803c5fb053cdd864;p=gentoo.git dev-libs/gobject-introspection: python3_8 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild index 8a63af2a15f4..11a8f0904dd8 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) -PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 toolchain-funcs DESCRIPTION="Introspection system for GObject-based libraries"