diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2022-07-01 22:54:19 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2022-07-01 23:29:40 -0500 |
commit | 6de4c3903c62b7a4a489171c38ca2fc6fe4bfc72 (patch) | |
tree | 13a02b6dc7ad14af8f3ef188cf46438235ea7200 /games-roguelike/stone-soup | |
parent | media-sound/ncmpc: bump to 0.47 (diff) | |
download | gentoo-6de4c3903c62b7a4a489171c38ca2fc6fe4bfc72.tar.gz gentoo-6de4c3903c62b7a4a489171c38ca2fc6fe4bfc72.tar.bz2 gentoo-6de4c3903c62b7a4a489171c38ca2fc6fe4bfc72.zip |
games-roguelike/stone-soup: stabilize latest slot revisions
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'games-roguelike/stone-soup')
4 files changed, 12 insertions, 12 deletions
diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild index 67a30f696915..8f8ec82355bc 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..3} ) -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) VIRTUALX_REQUIRED="manual" inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs @@ -23,7 +23,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 )" @@ -47,7 +47,7 @@ RDEPEND=" virtual/opengl )" DEPEND="${RDEPEND} - test? ( dev-cpp/catch:0 ) + test? ( <dev-cpp/catch-3.0.0:0 ) tiles? ( sys-libs/ncurses:0 ) diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild index 0d4c15a1cafe..3e8e54bfbce4 100644 --- a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..3} ) -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) VIRTUALX_REQUIRED="manual" inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs @@ -23,7 +23,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 )" @@ -47,7 +47,7 @@ RDEPEND=" virtual/opengl )" DEPEND="${RDEPEND} - test? ( dev-cpp/catch:0 ) + test? ( <dev-cpp/catch-3.0.0:0 ) tiles? ( sys-libs/ncurses:0 ) diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild index b4a89576bda6..d15d90582fcd 100644 --- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..3} ) -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) VIRTUALX_REQUIRED="manual" inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs @@ -23,7 +23,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 )" @@ -47,7 +47,7 @@ RDEPEND=" virtual/opengl )" DEPEND="${RDEPEND} - test? ( dev-cpp/catch:0 ) + test? ( <dev-cpp/catch-3.0.0:0 ) tiles? ( sys-libs/ncurses:0 ) diff --git a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild index c75e955a01e0..2b42b74a72c3 100644 --- a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..3} ) -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) VIRTUALX_REQUIRED="manual" inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs @@ -37,7 +37,7 @@ fi # 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 )" @@ -62,7 +62,7 @@ RDEPEND=" virtual/opengl )" DEPEND="${RDEPEND} - test? ( dev-cpp/catch:0 ) + test? ( <dev-cpp/catch-3.0.0:0 ) tiles? ( sys-libs/ncurses:0 ) |