diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2024-04-14 00:49:47 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-14 01:42:03 +0100 |
commit | bf35b59918fcb688a5003abb16806132cc9b4615 (patch) | |
tree | 25022ffccd3441cd65e8f933126630e5b6505797 /media-libs/gegl | |
parent | media-libs/babl: drop old 0.1.98, 0.1.102 (diff) | |
download | gentoo-bf35b59918fcb688a5003abb16806132cc9b4615.tar.gz gentoo-bf35b59918fcb688a5003abb16806132cc9b4615.tar.bz2 gentoo-bf35b59918fcb688a5003abb16806132cc9b4615.zip |
media-libs/gegl: enable py3.12
Closes: https://bugs.gentoo.org/929633
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-0.4.46.ebuild | 2 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.4.48.ebuild | 2 | ||||
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/gegl/gegl-0.4.46.ebuild b/media-libs/gegl/gegl-0.4.46.ebuild index bee4faac7e40..05137846557c 100644 --- a/media-libs/gegl/gegl-0.4.46.ebuild +++ b/media-libs/gegl/gegl-0.4.46.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen diff --git a/media-libs/gegl/gegl-0.4.48.ebuild b/media-libs/gegl/gegl-0.4.48.ebuild index 7127527cb64e..9c71cbbdcc4b 100644 --- a/media-libs/gegl/gegl-0.4.48.ebuild +++ b/media-libs/gegl/gegl-0.4.48.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) # 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 d12038ce1a1b..c73a31fe3fd0 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen |