Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/LuaBitOp/
Date: Sat, 03 Dec 2016 06:25:15
Message-Id: 1480746304.4e3c3b492fd1e4d505e65485b8f500a7262add7d.heroxbd@gentoo
1 commit: 4e3c3b492fd1e4d505e65485b8f500a7262add7d
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 06:24:51 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 06:25:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3c3b49
7
8 dev-lua/LuaBitOp: support Prefix and depend on any slot of lua.
9
10 Package-Manager: portage-2.3.2
11
12 dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild b/dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild
16 index 996207a..067f55b 100644
17 --- a/dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild
18 +++ b/dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,7 +14,7 @@ SLOT="0"
26 KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 sparc x86"
27 IUSE=""
28
29 -RDEPEND=">=dev-lang/lua-5.1.5-r2[${MULTILIB_USEDEP}]"
30 +RDEPEND=">=dev-lang/lua-5.1.5-r2:*[${MULTILIB_USEDEP}]"
31 DEPEND="${RDEPEND}
32 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
33
34 @@ -34,7 +34,8 @@ multilib_src_test() {
35
36 multilib_src_install()
37 {
38 - exeinto "$($(tc-getPKG_CONFIG) --variable INSTALL_CMOD lua)"
39 + local instdir="$($(tc-getPKG_CONFIG) --variable INSTALL_CMOD lua)"
40 + exeinto "${instdir#${EPREFIX}}"
41 doexe bit.so
42 }