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 C65D0158649 for ; Thu, 11 May 2023 03:13:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A3CCE0C4B; Thu, 11 May 2023 03:13:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F471E0C4B for ; Thu, 11 May 2023 03:13:43 +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 97165340D06 for ; Thu, 11 May 2023 03:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C76A990 for ; Thu, 11 May 2023 03:13:41 +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: <1683774394.606d5c380e4d69da1fd65165e270d8d38f0dfe52.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.30.0_pre20230408.ebuild X-VCS-Directories: games-roguelike/stone-soup/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 606d5c380e4d69da1fd65165e270d8d38f0dfe52 X-VCS-Branch: master Date: Thu, 11 May 2023 03:13:41 +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: 493791ff-46b8-47c6-858a-7c18c8a088cb X-Archives-Hash: bef08384560f22b2766c472d7b3dfb89 commit: 606d5c380e4d69da1fd65165e270d8d38f0dfe52 Author: Erik Mackdanz gentoo org> AuthorDate: Thu May 11 03:06:13 2023 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Thu May 11 03:06:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606d5c38 games-roguelike/stone-soup: stabilize 0.30.0_pre20230408 for amd64, x86 Signed-off-by: Erik Mackdanz gentoo.org> games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild index 353556d7ed6e..f9f297b0b3fb 100644 --- a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.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}"