From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8F55158064 for ; Tue, 7 May 2024 19:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95850E2BA0; Tue, 7 May 2024 19:04:16 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 4501BE2BA0 for ; Tue, 7 May 2024 19:04:16 +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 4F34B34315B for ; Tue, 7 May 2024 19:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6D719D8 for ; Tue, 7 May 2024 19:04:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1715108502.bd2427bf8745c84b76f8f80fdab6b3d10f74307a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobwars/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/blobwars/blobwars-2.00-r2.ebuild X-VCS-Directories: games-arcade/blobwars/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: bd2427bf8745c84b76f8f80fdab6b3d10f74307a X-VCS-Branch: master Date: Tue, 7 May 2024 19:04:13 +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: 7f1ba391-773f-4bfa-8bb9-28bd5aa55272 X-Archives-Hash: 6f03b47c63830d805d82ceea6b47b6d5 commit: bd2427bf8745c84b76f8f80fdab6b3d10f74307a Author: Pacho Ramos gentoo org> AuthorDate: Tue May 7 19:01:42 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 7 19:01:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2427bf games-arcade/blobwars: Fix EmptyGlobalAssignment Signed-off-by: Pacho Ramos gentoo.org> games-arcade/blobwars/blobwars-2.00-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/games-arcade/blobwars/blobwars-2.00-r2.ebuild b/games-arcade/blobwars/blobwars-2.00-r2.ebuild index 1f7514c19663..548f740b0c95 100644 --- a/games-arcade/blobwars/blobwars-2.00-r2.ebuild +++ b/games-arcade/blobwars/blobwars-2.00-r2.ebuild @@ -11,7 +11,6 @@ SRC_URI="https://downloads.sourceforge.net/blobwars/${P}.tar.gz" LICENSE="BSD CC-BY-SA-3.0 CC-BY-3.0 GPL-2 LGPL-2.1 fairuse public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" media-libs/libsdl2