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 AC1E0158176 for ; Thu, 09 Oct 2025 05:47:19 +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 8C7123410B5 for ; Thu, 09 Oct 2025 05:47:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 040951104B5; Thu, 09 Oct 2025 05:47:12 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EEF7F1104B5 for ; Thu, 09 Oct 2025 05:47:11 +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 A7E3A340FF8 for ; Thu, 09 Oct 2025 05:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2B33AD6 for ; Thu, 09 Oct 2025 05:47:10 +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: <1759988710.434c4d831f82f3e2ef1974a00d22acf98feef938.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-0.4.64.ebuild media-libs/gegl/gegl-9999.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 434c4d831f82f3e2ef1974a00d22acf98feef938 X-VCS-Branch: master Date: Thu, 09 Oct 2025 05:47:10 +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: 07b4144c-4697-4e69-86bb-5d2e56328cea X-Archives-Hash: ffa051936ef5e54cd0b93a29ad4964b6 commit: 434c4d831f82f3e2ef1974a00d22acf98feef938 Author: Alfred Wingate protonmail com> AuthorDate: Tue Oct 7 18:31:20 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 9 05:45:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434c4d83 media-libs/gegl: require >=libnsgif-1.0.0 Closes: https://bugs.gentoo.org/963898 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44074 Signed-off-by: Sam James gentoo.org> media-libs/gegl/gegl-0.4.64.ebuild | 2 +- media-libs/gegl/gegl-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/gegl/gegl-0.4.64.ebuild b/media-libs/gegl/gegl-0.4.64.ebuild index eb57cb2a2175..0a1b5f0b621b 100644 --- a/media-libs/gegl/gegl-0.4.64.ebuild +++ b/media-libs/gegl/gegl-0.4.64.ebuild @@ -40,7 +40,7 @@ RDEPEND=" >=dev-libs/json-glib-1.2.6 >=media-libs/babl-0.1.116[introspection?,lcms?,vala?] media-libs/libjpeg-turbo:= - media-libs/libnsgif:= + >=media-libs/libnsgif-1.0.0:= >=media-libs/libpng-1.6.0:0= >=sys-libs/zlib-1.2.0 >=x11-libs/gdk-pixbuf-2.32:2 diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index f621af96d542..63bbfb1aa91b 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -40,7 +40,7 @@ RDEPEND=" >=dev-libs/json-glib-1.2.6 >=media-libs/babl-0.1.112[introspection?,lcms?,vala?] media-libs/libjpeg-turbo:= - media-libs/libnsgif:= + >=media-libs/libnsgif-1.0.0:= >=media-libs/libpng-1.6.0:0= >=sys-libs/zlib-1.2.0 >=x11-libs/gdk-pixbuf-2.32:2