diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-09-01 00:34:57 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 23:26:34 +0100 |
commit | a449ccb3e4179b79e918b6ff21740c8e26c70305 (patch) | |
tree | 5af857c5ddf2c087a183da8d40dfb0ca46c55e84 /media-libs | |
parent | dev-libs/gobject-introspection: add PYTHON_COMPAT 3.11 (diff) | |
download | gentoo-a449ccb3e4179b79e918b6ff21740c8e26c70305.tar.gz gentoo-a449ccb3e4179b79e918b6ff21740c8e26c70305.tar.bz2 gentoo-a449ccb3e4179b79e918b6ff21740c8e26c70305.zip |
media-gfx/gimp: >=2.99.12 (>=media-libs/gegl-0.4.38) add PYTHON_COMPAT 3.11
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/27064
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gegl/gegl-0.4.38.ebuild | 2 | ||||
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gegl/gegl-0.4.38.ebuild b/media-libs/gegl/gegl-0.4.38.ebuild index 3d430278ceea..79681b0950fe 100644 --- a/media-libs/gegl/gegl-0.4.38.ebuild +++ b/media-libs/gegl/gegl-0.4.38.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 00fa8f0bf995..0039c8802478 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen |