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 84455158015 for ; Sat, 30 Dec 2023 03:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BC9C2BC104; Sat, 30 Dec 2023 03:05:00 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 784CC2BC0FF for ; Sat, 30 Dec 2023 03:05:00 +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 377C8342F65 for ; Sat, 30 Dec 2023 03:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47FFD14C8 for ; Sat, 30 Dec 2023 03:04:56 +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: <1703905393.a77c796f63cac4bc2ae8271112e68d78b39ea665.sam@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.31.0_pre20231027.ebuild X-VCS-Directories: games-roguelike/stone-soup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a77c796f63cac4bc2ae8271112e68d78b39ea665 X-VCS-Branch: master Date: Sat, 30 Dec 2023 03:04:56 +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: bc65e84a-2652-48f2-9f27-bab6c146263a X-Archives-Hash: 3144224dae27b2c2b8bb93c0fcff7dee commit: a77c796f63cac4bc2ae8271112e68d78b39ea665 Author: Sam James gentoo org> AuthorDate: Sat Dec 30 03:03:13 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 30 03:03:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77c796f games-roguelike/stone-soup: Stabilize 0.31.0_pre20231027 amd64, #921004 Signed-off-by: Sam James gentoo.org> games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild b/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild index 3a5d25dadbbf..5dce88590024 100644 --- a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild @@ -51,7 +51,7 @@ SRC_URI=" # Public Domain|CC0: most of tiles # 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" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="advpng debug ncurses sound test +tiles" RESTRICT="!test? ( test )" REQUIRED_USE="${LUA_REQUIRED_USE}"