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 9E2A81581C1 for ; Sat, 13 Jul 2024 15:44:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF136E29BA; Sat, 13 Jul 2024 15:44:31 +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 6F322E29BA for ; Sat, 13 Jul 2024 15:44:31 +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 6A85D343029 for ; Sat, 13 Jul 2024 15:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7DDE1869 for ; Sat, 13 Jul 2024 15:44:28 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1720885458.3de384f5797b60a5488dc4e48d5e12f1017d2f49.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/stone-soup/stone-soup-0.32.0_pre20240626.ebuild X-VCS-Directories: games-roguelike/stone-soup/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 3de384f5797b60a5488dc4e48d5e12f1017d2f49 X-VCS-Branch: master Date: Sat, 13 Jul 2024 15:44:28 +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: 8a9a2441-0c15-4fd5-9d92-425e3b4b1adf X-Archives-Hash: 1c416b2e1af49108463d1c6875feaef2 commit: 3de384f5797b60a5488dc4e48d5e12f1017d2f49 Author: Erik Mackdanz gentoo org> AuthorDate: Sat Jul 13 15:42:25 2024 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Sat Jul 13 15:44:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de384f5 games-roguelike/stone-soup: stabilize 0.32.0_pre20240626 for amd64, x86 Signed-off-by: Erik Mackdanz gentoo.org> games-roguelike/stone-soup/stone-soup-0.32.0_pre20240626.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240626.ebuild b/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240626.ebuild index 3341d6b83dad..482e21df35ca 100644 --- a/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240626.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240626.ebuild @@ -54,7 +54,7 @@ S=${WORKDIR}/${MY_P}/source # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/ LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" SLOT="${MY_SLOT}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="advpng debug ncurses sound test +tiles" RESTRICT="!test? ( test )" REQUIRED_USE="${LUA_REQUIRED_USE}"