From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F301D158074 for ; Fri, 04 Jul 2025 18:34:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DB14734211E for ; Fri, 04 Jul 2025 18:34:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3332E110567; Fri, 04 Jul 2025 18:34:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 271CF110567 for ; Fri, 04 Jul 2025 18:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D683A342083 for ; Fri, 04 Jul 2025 18:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A19232D5A for ; Fri, 04 Jul 2025 18:34:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1751653987.18ab05eeab8995dffa3560b5e2ff8d910b286bd0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-3.0.4-r1.ebuild media-gfx/gimp/gimp-3.1.2.ebuild media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 18ab05eeab8995dffa3560b5e2ff8d910b286bd0 X-VCS-Branch: master Date: Fri, 04 Jul 2025 18:34:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5de11f72-7f78-4505-a347-2432d9a0b482 X-Archives-Hash: 87c683baa0e12cebbd88336dc26d0b73 commit: 18ab05eeab8995dffa3560b5e2ff8d910b286bd0 Author: Sergey Torokhov yandex ru> AuthorDate: Fri Jul 4 16:44:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 4 18:33:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ab05ee media-gfx/gimp: enable py3.14 Co-authored-by: Ian Jordan gmail.com> Suggested-by: Ian Jordan gmail.com> Signed-off-by: Sergey Torokhov yandex.ru> Part-of: https://github.com/gentoo/gentoo/pull/42597 Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-3.0.4-r1.ebuild | 2 +- media-gfx/gimp/gimp-3.1.2.ebuild | 2 +- media-gfx/gimp/gimp-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/gimp/gimp-3.0.4-r1.ebuild b/media-gfx/gimp/gimp-3.0.4-r1.ebuild index 57eb9ce0b2fe..333545a849c1 100644 --- a/media-gfx/gimp/gimp-3.0.4-r1.ebuild +++ b/media-gfx/gimp/gimp-3.0.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) VALA_USE_DEPEND=vapigen inherit flag-o-matic lua-single meson python-single-r1 toolchain-funcs vala xdg diff --git a/media-gfx/gimp/gimp-3.1.2.ebuild b/media-gfx/gimp/gimp-3.1.2.ebuild index 00d65b746c24..e596e0a88818 100644 --- a/media-gfx/gimp/gimp-3.1.2.ebuild +++ b/media-gfx/gimp/gimp-3.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) VALA_USE_DEPEND=vapigen inherit flag-o-matic lua-single meson python-single-r1 toolchain-funcs vala xdg diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 5ef72e1abd96..f6caf9083d07 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) VALA_USE_DEPEND=vapigen inherit git-r3 lua-single meson python-single-r1 toolchain-funcs vala xdg