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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47F971382C5 for ; Wed, 28 Apr 2021 17:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1FF2E08FB; Wed, 28 Apr 2021 17:00:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A155E08FB for ; Wed, 28 Apr 2021 17:00:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40929340B9C for ; Wed, 28 Apr 2021 17:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D6A25C9 for ; Wed, 28 Apr 2021 17:00:21 +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: <1619577998.5d07d06e5a62bcc13d22a6af12d8d0c9f1f6f5d7.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.26.1.ebuild X-VCS-Directories: games-roguelike/stone-soup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d07d06e5a62bcc13d22a6af12d8d0c9f1f6f5d7 X-VCS-Branch: master Date: Wed, 28 Apr 2021 17:00:21 +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: 0f0f4763-5991-4b37-b066-54080d9b3f7b X-Archives-Hash: 01f2d1b41f27c97e1017e5ddcd99fab5 commit: 5d07d06e5a62bcc13d22a6af12d8d0c9f1f6f5d7 Author: Sam James gentoo org> AuthorDate: Wed Apr 28 02:43:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 28 02:46:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d07d06e games-roguelike/stone-soup: Stabilize 0.26.1 x86, #783558 Signed-off-by: Sam James gentoo.org> games-roguelike/stone-soup/stone-soup-0.26.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1.ebuild b/games-roguelike/stone-soup/stone-soup-0.26.1.ebuild index da43734cbb8..cc9cc94cf89 100644 --- a/games-roguelike/stone-soup/stone-soup-0.26.1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.26.1.ebuild @@ -26,7 +26,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="debug ncurses sound test +tiles" # test is broken # see https://crawl.develz.org/mantis/view.php?id=6121