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 1594B1581F0 for ; Thu, 23 Jan 2025 00:13:22 +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 ECD43342FE4 for ; Thu, 23 Jan 2025 00:13:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C1B2811042D; Thu, 23 Jan 2025 00:13:17 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B713711042D for ; Thu, 23 Jan 2025 00:13:17 +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 71BC2342F64 for ; Thu, 23 Jan 2025 00:13:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D58B61724 for ; Thu, 23 Jan 2025 00:13:15 +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: <1737591157.8f8563d0eddd72aaef4f3cadf77664ea8744a41f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/zziplib/zziplib-0.13.78-r1.ebuild dev-libs/zziplib/zziplib-0.13.78.ebuild X-VCS-Directories: dev-libs/zziplib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8f8563d0eddd72aaef4f3cadf77664ea8744a41f X-VCS-Branch: master Date: Thu, 23 Jan 2025 00:13:15 +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: 368b72fa-a44d-4d8c-b007-8336a816de11 X-Archives-Hash: 33b71006a99362cb7917e0ef9e4d3869 commit: 8f8563d0eddd72aaef4f3cadf77664ea8744a41f Author: Sam James gentoo org> AuthorDate: Thu Jan 23 00:12:37 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 23 00:12:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8563d0 dev-libs/zziplib: fix libsdl(2) dep As noted in the bug, the SDL module seems to have always needed libsdl*2*: https://github.com/gdraheim/zziplib/commit/d2e7c6d99ea15a7571ee20e632697a998ec41a4e. Closes: https://bugs.gentoo.org/948576 Signed-off-by: Sam James gentoo.org> dev-libs/zziplib/{zziplib-0.13.78.ebuild => zziplib-0.13.78-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/zziplib/zziplib-0.13.78.ebuild b/dev-libs/zziplib/zziplib-0.13.78-r1.ebuild similarity index 98% rename from dev-libs/zziplib/zziplib-0.13.78.ebuild rename to dev-libs/zziplib/zziplib-0.13.78-r1.ebuild index c74adee3fbd6..04dd974bd1fa 100644 --- a/dev-libs/zziplib/zziplib-0.13.78.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.78-r1.ebuild @@ -32,7 +32,7 @@ BDEPEND=" " DEPEND=" sys-libs/zlib - sdl? ( >=media-libs/libsdl-1.2.6 ) + sdl? ( media-libs/libsdl2 ) " RDEPEND="${DEPEND}"