Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/, media-libs/gegl/
Date: Wed, 31 Aug 2022 22:26:51
Message-Id: 1661984794.a449ccb3e4179b79e918b6ff21740c8e26c70305.sam@gentoo
1 commit: a449ccb3e4179b79e918b6ff21740c8e26c70305
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Wed Aug 31 21:34:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 22:26:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a449ccb3
7
8 media-gfx/gimp: >=2.99.12 (>=media-libs/gegl-0.4.38) add PYTHON_COMPAT 3.11
9
10 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
11 Closes: https://github.com/gentoo/gentoo/pull/27064
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-gfx/gimp/gimp-2.99.12.ebuild | 2 +-
15 media-gfx/gimp/gimp-9999.ebuild | 2 +-
16 media-libs/gegl/gegl-0.4.38.ebuild | 2 +-
17 media-libs/gegl/gegl-9999.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/media-gfx/gimp/gimp-2.99.12.ebuild b/media-gfx/gimp/gimp-2.99.12.ebuild
21 index 1ccb1b787b59..5a97b3f4724a 100644
22 --- a/media-gfx/gimp/gimp-2.99.12.ebuild
23 +++ b/media-gfx/gimp/gimp-2.99.12.ebuild
24 @@ -4,7 +4,7 @@
25 EAPI=8
26
27 LUA_COMPAT=( luajit )
28 -PYTHON_COMPAT=( python3_{8..10} )
29 +PYTHON_COMPAT=( python3_{8..11} )
30 VALA_MIN_API_VERSION="0.50"
31 VALA_USE_DEPEND=vapigen
32
33
34 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
35 index 8b99104d33d7..04935142f351 100644
36 --- a/media-gfx/gimp/gimp-9999.ebuild
37 +++ b/media-gfx/gimp/gimp-9999.ebuild
38 @@ -4,7 +4,7 @@
39 EAPI=8
40
41 LUA_COMPAT=( luajit )
42 -PYTHON_COMPAT=( python3_{8..10} )
43 +PYTHON_COMPAT=( python3_{8..11} )
44 VALA_MIN_API_VERSION="0.50"
45 VALA_USE_DEPEND=vapigen
46
47
48 diff --git a/media-libs/gegl/gegl-0.4.38.ebuild b/media-libs/gegl/gegl-0.4.38.ebuild
49 index 3d430278ceea..79681b0950fe 100644
50 --- a/media-libs/gegl/gegl-0.4.38.ebuild
51 +++ b/media-libs/gegl/gegl-0.4.38.ebuild
52 @@ -3,7 +3,7 @@
53
54 EAPI=8
55
56 -PYTHON_COMPAT=( python3_{8..10} )
57 +PYTHON_COMPAT=( python3_{8..11} )
58 # vala and introspection support is broken, bug #468208
59 VALA_USE_DEPEND=vapigen
60
61
62 diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild
63 index 00fa8f0bf995..0039c8802478 100644
64 --- a/media-libs/gegl/gegl-9999.ebuild
65 +++ b/media-libs/gegl/gegl-9999.ebuild
66 @@ -3,7 +3,7 @@
67
68 EAPI=8
69
70 -PYTHON_COMPAT=( python3_{8..10} )
71 +PYTHON_COMPAT=( python3_{8..11} )
72 # vala and introspection support is broken, bug #468208
73 VALA_USE_DEPEND=vapigen