summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-11-15 01:35:32 +0100
committerMarek Szuba <marecki@gentoo.org>2020-11-15 01:35:32 +0100
commite3fcffd86854963f4897b4300bce35e9de24c34f (patch)
treef51c3241d10a1cd2ca67c3842b7bae285f42de9f /games-roguelike
parentnvidia-driver.eclass: Take over maintainership (diff)
downloadgentoo-e3fcffd86854963f4897b4300bce35e9de24c34f.tar.gz
gentoo-e3fcffd86854963f4897b4300bce35e9de24c34f.tar.bz2
gentoo-e3fcffd86854963f4897b4300bce35e9de24c34f.zip
games-roguelike/stone-soup-0.25.1-r100: 2 changes to lua-single migration
1. Must have ${LUA_REQUIRED_USE} in REQUIRED_USE so that when the package is emerged, emerge enforces having only 1 LUA_SINGLE_TARGET set; 2. There is a pkg_setup() in this ebuild so it is necessary to call lua-single_pkg_setup() explicitly. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild3
1 files changed, 3 insertions, 0 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 025725f07f51..449552e96b56 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
@@ -31,6 +31,8 @@ IUSE="debug ncurses sound test +tiles"
# see https://crawl.develz.org/mantis/view.php?id=6121
RESTRICT="test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
RDEPEND="
${LUA_DEPS}
dev-db/sqlite:3
@@ -69,6 +71,7 @@ PATCHES=(
)
pkg_setup() {
+ lua-single_pkg_setup
if use !ncurses && use !tiles ; then
ewarn "Neither ncurses nor tiles frontend"