mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
2c485750f5
commit
30b905f7ba
@ -23,7 +23,10 @@ KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
|
|||||||
REQUIRED_USE="${LUA_REQUIRED_USE}"
|
REQUIRED_USE="${LUA_REQUIRED_USE}"
|
||||||
|
|
||||||
DEPEND="${LUA_DEPS}"
|
DEPEND="${LUA_DEPS}"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
!<dev-lua/luarocks-3.12.2-r1
|
||||||
|
"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
Loading…
x
Reference in New Issue
Block a user