diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-05 23:13:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-11 15:30:58 +0100 |
commit | 9d414bc4258a7119b4f3e9c3803c5fb053cdd864 (patch) | |
tree | 12970c1181bf804d200a181da83cecb219ea90dc | |
parent | sci-astronomy/kstars: Drop 3.3.8-r2 (diff) | |
download | gentoo-9d414bc4258a7119b4f3e9c3803c5fb053cdd864.tar.gz gentoo-9d414bc4258a7119b4f3e9c3803c5fb053cdd864.tar.bz2 gentoo-9d414bc4258a7119b4f3e9c3803c5fb053cdd864.zip |
dev-libs/gobject-introspection: python3_8
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |