diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2020-06-18 20:19:19 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2020-06-18 20:19:19 -0500 |
commit | c0c21d1e319b805544dd7bbecedb5288eafcce75 (patch) | |
tree | 1d3dd4d32f54f0712521ba5e4c6d4af4b453a4c4 /games-roguelike | |
parent | games-roguelike/stone-soup: bump to 0.25.0 (diff) | |
download | gentoo-c0c21d1e319b805544dd7bbecedb5288eafcce75.tar.gz gentoo-c0c21d1e319b805544dd7bbecedb5288eafcce75.tar.bz2 gentoo-c0c21d1e319b805544dd7bbecedb5288eafcce75.zip |
games-roguelike/stone-soup: Stabilize 0.23.2 and 0.24.0
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/stone-soup/stone-soup-0.23.2.ebuild | 4 | ||||
-rw-r--r-- | games-roguelike/stone-soup/stone-soup-0.24.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-roguelike/stone-soup/stone-soup-0.23.2.ebuild b/games-roguelike/stone-soup/stone-soup-0.23.2.ebuild index a587c1998687..2cc1569df21b 100644 --- a/games-roguelike/stone-soup/stone-soup-0.23.2.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.23.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO @@ -23,7 +23,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 diff --git a/games-roguelike/stone-soup/stone-soup-0.24.0.ebuild b/games-roguelike/stone-soup/stone-soup-0.24.0.ebuild index 54a9c6ff5a38..3a7e637f88e7 100644 --- a/games-roguelike/stone-soup/stone-soup-0.24.0.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO @@ -23,7 +23,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 |