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 4C2B31582EF for ; Mon, 10 Feb 2025 19:19:36 +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 3207E3430A0 for ; Mon, 10 Feb 2025 19:19:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2B00111042D; Mon, 10 Feb 2025 19:19:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1AC8811042D for ; Mon, 10 Feb 2025 19:19:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B78523430A0 for ; Mon, 10 Feb 2025 19:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509FEE65 for ; Mon, 10 Feb 2025 19:19:33 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1739215170.56ae3d20ff49b4d1833e14dad62f3a5119e3d681.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/cartridges/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/cartridges/cartridges-2.11-r1.ebuild games-util/cartridges/cartridges-2.11.ebuild games-util/cartridges/cartridges-2.9.3-r1.ebuild games-util/cartridges/cartridges-2.9.3.ebuild games-util/cartridges/cartridges-9999.ebuild X-VCS-Directories: games-util/cartridges/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 56ae3d20ff49b4d1833e14dad62f3a5119e3d681 X-VCS-Branch: master Date: Mon, 10 Feb 2025 19:19:33 +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: f75c7a88-3f28-4052-95f8-5e80ed4f82f2 X-Archives-Hash: 72dab5535a236a00be400d6d0ad364e9 commit: 56ae3d20ff49b4d1833e14dad62f3a5119e3d681 Author: Maciej Barć gentoo org> AuthorDate: Mon Feb 10 19:11:05 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Feb 10 19:19:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ae3d20 games-util/cartridges: depend on tiff[webp] Closes: https://bugs.gentoo.org/949508 Signed-off-by: Maciej Barć gentoo.org> .../cartridges/{cartridges-2.11.ebuild => cartridges-2.11-r1.ebuild} | 1 + .../cartridges/{cartridges-2.9.3.ebuild => cartridges-2.9.3-r1.ebuild} | 3 ++- games-util/cartridges/cartridges-9999.ebuild | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/games-util/cartridges/cartridges-2.11.ebuild b/games-util/cartridges/cartridges-2.11-r1.ebuild similarity index 98% rename from games-util/cartridges/cartridges-2.11.ebuild rename to games-util/cartridges/cartridges-2.11-r1.ebuild index 8bcb60addec5..9c20c9786ae0 100644 --- a/games-util/cartridges/cartridges-2.11.ebuild +++ b/games-util/cartridges/cartridges-2.11-r1.ebuild @@ -30,6 +30,7 @@ RDEPEND=" ${PYTHON_DEPS} >=gui-libs/gtk-4.16.12:4[introspection] >=gui-libs/libadwaita-1.6.2:1[introspection] + media-libs/tiff[webp] $(python_gen_cond_dep ' dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] diff --git a/games-util/cartridges/cartridges-2.9.3.ebuild b/games-util/cartridges/cartridges-2.9.3-r1.ebuild similarity index 95% rename from games-util/cartridges/cartridges-2.9.3.ebuild rename to games-util/cartridges/cartridges-2.9.3-r1.ebuild index 27e0ac81a903..f868994565d0 100644 --- a/games-util/cartridges/cartridges-2.9.3.ebuild +++ b/games-util/cartridges/cartridges-2.9.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,6 +30,7 @@ RDEPEND=" ${PYTHON_DEPS} >=gui-libs/gtk-4.14.4:4[introspection] >=gui-libs/libadwaita-1.5.2:1[introspection] + media-libs/tiff[webp] $(python_gen_cond_dep ' dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] diff --git a/games-util/cartridges/cartridges-9999.ebuild b/games-util/cartridges/cartridges-9999.ebuild index b5d046bbe404..5aad1baa5ff4 100644 --- a/games-util/cartridges/cartridges-9999.ebuild +++ b/games-util/cartridges/cartridges-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,6 +30,7 @@ RDEPEND=" ${PYTHON_DEPS} >=gui-libs/gtk-4.14.4:4[introspection] >=gui-libs/libadwaita-1.5.2:1[introspection] + media-libs/tiff[webp] $(python_gen_cond_dep ' dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}]