mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-lua/LuaBitOp: support Prefix and depend on any slot of lua.
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -14,7 +14,7 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 sparc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-lang/lua-5.1.5-r2[${MULTILIB_USEDEP}]"
|
||||
RDEPEND=">=dev-lang/lua-5.1.5-r2:*[${MULTILIB_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
|
||||
|
||||
@@ -34,7 +34,8 @@ multilib_src_test() {
|
||||
|
||||
multilib_src_install()
|
||||
{
|
||||
exeinto "$($(tc-getPKG_CONFIG) --variable INSTALL_CMOD lua)"
|
||||
local instdir="$($(tc-getPKG_CONFIG) --variable INSTALL_CMOD lua)"
|
||||
exeinto "${instdir#${EPREFIX}}"
|
||||
doexe bit.so
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user