Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/
Date: Wed, 31 Aug 2022 22:26:50
Message-Id: 1661984793.fccf850c71bdb62e3ea9da5b94a415e33639c543.sam@gentoo
1 commit: fccf850c71bdb62e3ea9da5b94a415e33639c543
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Wed Aug 31 21:31:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 22:26:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccf850c
7
8 dev-libs/gobject-introspection: add PYTHON_COMPAT 3.11
9
10 This change is to add PYTHON_COMPAT for media-gfx/gimp
11
12 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild
19 index 10f35c92331b..4aad17063ef5 100644
20 --- a/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild
21 +++ b/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild
22 @@ -3,8 +3,8 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -PYTHON_REQ_USE="xml"
28 +PYTHON_COMPAT=( python3_{8..11} )
29 +PYTHON_REQ_USE="xml(+)"
30 inherit gnome.org meson python-single-r1 xdg
31
32 DESCRIPTION="Introspection system for GObject-based libraries"