mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-action/minetest: require USE=deprecated when using lua5-1
Closes: https://bugs.gentoo.org/791928 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -20,8 +20,8 @@ REQUIRED_USE="
|
||||
|| ( client server )"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
${LUA_DEPS}
|
||||
RDEPEND="${LUA_DEPS}
|
||||
$(lua_gen_impl_dep 'deprecated' lua5-1)
|
||||
dev-db/sqlite:3
|
||||
dev-libs/gmp:0=
|
||||
dev-libs/jsoncpp:=
|
||||
|
||||
Reference in New Issue
Block a user