diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-09-01 00:31:53 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 23:26:33 +0100 |
commit | fccf850c71bdb62e3ea9da5b94a415e33639c543 (patch) | |
tree | 07439f91643d03b2bd2b04a53322d7d8259e1282 /dev-libs/gobject-introspection | |
parent | media-gfx/gimp: 2.99.12 version bump (diff) | |
download | gentoo-fccf850c71bdb62e3ea9da5b94a415e33639c543.tar.gz gentoo-fccf850c71bdb62e3ea9da5b94a415e33639c543.tar.bz2 gentoo-fccf850c71bdb62e3ea9da5b94a415e33639c543.zip |
dev-libs/gobject-introspection: add PYTHON_COMPAT 3.11
This change is to add PYTHON_COMPAT for media-gfx/gimp
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild index 10f35c92331b..4aad17063ef5 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild @@ -3,8 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_REQ_USE="xml(+)" inherit gnome.org meson python-single-r1 xdg DESCRIPTION="Introspection system for GObject-based libraries" |