diff options
-rw-r--r-- | dev-lua/luaposix/luaposix-33.4.0-r1.ebuild | 10 |
1 files 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 -} |