From 04906fedbb6cbf7aa4aba21bae665e01cd614746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Sep 2018 23:54:26 +0200 Subject: luaposix: ok no multilib --- dev-lua/luaposix/luaposix-33.4.0-r1.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/dev-lua/luaposix/luaposix-33.4.0-r1.ebuild b/dev-lua/luaposix/luaposix-33.4.0-r1.ebuild index bba50f2..6fb73e9 100644 --- a/dev-lua/luaposix/luaposix-33.4.0-r1.ebuild +++ b/dev-lua/luaposix/luaposix-33.4.0-r1.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib-minimal DESCRIPTION="Bindings for POSIX APIs" HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luaposix" @@ -13,13 +12,8 @@ LICENSE="public-domain" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="dev-lang/lua:=[${MULTILIB_USEDEP}] +RDEPEND="dev-lang/lua:= dev-lua/lua-compat[bit32]" -DEPEND="${RDEPEND} - virtual/pkgconfig[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}-release-v${PV} - -src_prepare() { - multilib_copy_sources -} -- cgit v1.2.3