diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2021-01-23 14:11:51 -0600 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2021-01-23 14:11:51 -0600 |
commit | 073312720b5ea3d16c49a0d50525885bc253748f (patch) | |
tree | 002af73c66068735f8da3ca8b7930c7f1f4730e9 /games-roguelike/stone-soup | |
parent | pckage.mask: drop binutils-libs mask for the moment, b/c gtk-gnutella (diff) | |
download | gentoo-073312720b5ea3d16c49a0d50525885bc253748f.tar.gz gentoo-073312720b5ea3d16c49a0d50525885bc253748f.tar.bz2 gentoo-073312720b5ea3d16c49a0d50525885bc253748f.zip |
games-roguelike/stone-soup: stabilize 0.25.1-r100
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Diffstat (limited to 'games-roguelike/stone-soup')
-rw-r--r-- | games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild index fd7baf97c0e4..6c1832ac297d 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO @@ -26,7 +26,7 @@ SRC_URI=" # 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="0" -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 |