games-strategy/widelands: Do not depend on dev-lang/lua

Short version: this package builds, tests and installs without any
errors on systems without any versions of Lua installed, and even when a
copy of Lua *is* installed does not interact with it in any way (which
was already reflected by the fact dev-lang/lua was not mentioned in
RDEPEND, only in DEPEND).

Details:

Widelands source code comes bundled with Lua - or to be precise with
Eris (https://github.com/fnuecke/eris), which according to its upstream
should be considered "a custom 'distribution' of Lua" due to the fact it
hooks heavily into Lua internals. Since src/third_party/eris/README.eris
explicitly states that the bundled Eris is what brings in the Lua
version used in Widelands, it is no surprise that upstream build scripts
do not even attempt to look for system Lua.

Bug: https://bugs.gentoo.org/752729
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2020-12-02 23:54:29 +01:00
parent 928c328f22
commit c3b5eb3934
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ RDEPEND="
sys-libs/zlib:=[minizip]"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-lang/lua:0
"
BDEPEND="
sys-devel/gettext

View File

@@ -39,7 +39,6 @@ RDEPEND="
sys-libs/zlib:=[minizip]"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-lang/lua:0
"
BDEPEND="
sys-devel/gettext