Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/
Date: Tue, 11 Feb 2020 14:31:17
Message-Id: 1581431458.9d414bc4258a7119b4f3e9c3803c5fb053cdd864.asturm@gentoo
1 commit: 9d414bc4258a7119b4f3e9c3803c5fb053cdd864
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 22:13:20 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 14:30:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d414bc4
7
8 dev-libs/gobject-introspection: python3_8
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 8a63af2a15f..11a8f0904dd 100644
18 --- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild
19 +++ b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild
20 @@ -2,9 +2,9 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python3_{6,7} )
25 -PYTHON_REQ_USE="xml"
26
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28 +PYTHON_REQ_USE="xml"
29 inherit gnome2 python-single-r1 toolchain-funcs
30
31 DESCRIPTION="Introspection system for GObject-based libraries"