commit: c3b5eb39349d14067bcce3f3bb9398f90fbb2373 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Dec 2 22:54:29 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 23:08:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b5eb39
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 <AT> gentoo.org> games-strategy/widelands/widelands-0.20-r1.ebuild | 1 - games-strategy/widelands/widelands-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/games-strategy/widelands/widelands-0.20-r1.ebuild b/games-strategy/widelands/widelands-0.20-r1.ebuild index c0629174bc7..c01f32953ab 100644 --- a/games-strategy/widelands/widelands-0.20-r1.ebuild +++ b/games-strategy/widelands/widelands-0.20-r1.ebuild @@ -32,7 +32,6 @@ RDEPEND=" sys-libs/zlib:=[minizip]" DEPEND="${RDEPEND} ${PYTHON_DEPS} - dev-lang/lua:0 " BDEPEND=" sys-devel/gettext diff --git a/games-strategy/widelands/widelands-9999.ebuild b/games-strategy/widelands/widelands-9999.ebuild index 15743092919..33ade68e2d5 100644 --- a/games-strategy/widelands/widelands-9999.ebuild +++ b/games-strategy/widelands/widelands-9999.ebuild @@ -39,7 +39,6 @@ RDEPEND=" sys-libs/zlib:=[minizip]" DEPEND="${RDEPEND} ${PYTHON_DEPS} - dev-lang/lua:0 " BDEPEND=" sys-devel/gettext
