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 0C764158287 for ; Wed, 14 May 2025 03:01:41 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E927D343518 for ; Wed, 14 May 2025 03:01:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 43E751103DD; Wed, 14 May 2025 03:01:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 3ED301103DD for ; Wed, 14 May 2025 03:01:32 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C783E343504 for ; Wed, 14 May 2025 03:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379242827 for ; Wed, 14 May 2025 03:01:30 +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: <1747191653.efc289411c3663fe667da4238f7760c9fc32ce97.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.0-r1.ebuild media-gfx/gimp/gimp-3.0.2-r1.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: efc289411c3663fe667da4238f7760c9fc32ce97 X-VCS-Branch: master Date: Wed, 14 May 2025 03:01:30 +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: ce4eeb14-f2eb-4d4b-b231-566ea8c48b5d X-Archives-Hash: 302a2a141fe66fac8e8359df75c2d520 commit: efc289411c3663fe667da4238f7760c9fc32ce97 Author: Sergey Torokhov yandex ru> AuthorDate: Tue May 13 18:30:08 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 14 03:00:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc28941 media-gfx/gimp: drop python 3.10 compat and unused eclass Signed-off-by: Sergey Torokhov yandex.ru> Part-of: https://github.com/gentoo/gentoo/pull/42074 Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-3.0.0-r1.ebuild | 2 +- media-gfx/gimp/gimp-3.0.2-r1.ebuild | 2 +- media-gfx/gimp/gimp-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/gimp/gimp-3.0.0-r1.ebuild b/media-gfx/gimp/gimp-3.0.0-r1.ebuild index 8c20955574de..639dda71d8d6 100644 --- a/media-gfx/gimp/gimp-3.0.0-r1.ebuild +++ b/media-gfx/gimp/gimp-3.0.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) 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.0.2-r1.ebuild b/media-gfx/gimp/gimp-3.0.2-r1.ebuild index 964ef4295300..7a4709a03cad 100644 --- a/media-gfx/gimp/gimp-3.0.2-r1.ebuild +++ b/media-gfx/gimp/gimp-3.0.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) 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 de9f90e5bb96..6d235af49155 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -4,10 +4,10 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) VALA_USE_DEPEND=vapigen -inherit git-r3 lua-single flag-o-matic meson python-single-r1 toolchain-funcs vala xdg +inherit git-r3 lua-single meson python-single-r1 toolchain-funcs vala xdg DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/"