Skip to content

Commit

Permalink
games-action/minetest: require USE=deprecated when using lua5-1
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/791928
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed May 25, 2021
1 parent e1749c5 commit 8f0bd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-action/minetest/minetest-5.4.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:=
Expand Down

0 comments on commit 8f0bd3a

Please sign in to comment.