Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-bit32/
Date: Sat, 10 Oct 2020 10:39:58
Message-Id: 1602326379.6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224.conikost@gentoo
1 commit: 6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 10:39:39 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 10:39:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8e8d1d
7
8 dev-lua/lua-bit32: remove whitespace
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild b/dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild
17 index 82297b4fe6a..43d5f0cee55 100644
18 --- a/dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild
19 +++ b/dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild
20 @@ -27,7 +27,7 @@ BDEPEND="virtual/pkgconfig"
21 S="${WORKDIR}/lua-compat-5.3-${LUA_COMPAT_V}"
22
23 src_compile() {
24 - # TODO maybe sometime there will be luarocks eclass...
25 + # TODO maybe sometime there will be luarocks eclass...
26 compile="$(tc-getCC) ${CFLAGS} ${LDFLAGS} -fPIC -I/usr/include -c lbitlib.c -o lbitlib.o -DLUA_COMPAT_BITLIB -Ic-api"
27 einfo "${compile}"
28 eval "${compile}" || die