net-p2p/eiskaltdcpp: limit unmigrated ebuilds to dev-lang/lua:0

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2020-12-03 13:36:31 +01:00
parent fcea24c991
commit c11ec538c0

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -50,7 +50,7 @@ RDEPEND="
)
daemon? ( xmlrpc? ( dev-libs/xmlrpc-c[abyss,cxx] ) )
idn? ( net-dns/libidn )
lua? ( dev-lang/lua:= )
lua? ( dev-lang/lua:0= )
pcre? ( dev-libs/libpcre )
qt5? (
dev-qt/qtconcurrent:5