dev-lua/compat53: block older luarocks which installed bundled compat53

Otherwise, if compat53 is upgraded first, you still get a fatal file
collision as nothing acknowledged this. Portage can't know that compat53
is taking over the files from luarocks.

Bug: https://bugs.gentoo.org/966292
Closes: https://bugs.gentoo.org/961755
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-11-21 11:16:30 +00:00
parent 2c485750f5
commit 30b905f7ba
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -23,7 +23,10 @@ KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
REQUIRED_USE="${LUA_REQUIRED_USE}"
DEPEND="${LUA_DEPS}"
RDEPEND="${DEPEND}"
RDEPEND="
${DEPEND}
!<dev-lua/luarocks-3.12.2-r1
"
src_prepare() {
default