commit: 6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 10:39:39 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 10:39:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8e8d1d
dev-lua/lua-bit32: remove whitespace
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild
b/dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild
index 82297b4fe6a..43d5f0cee55 100644
--- a/dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild
+++ b/dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild
@@ -27,7 +27,7 @@ BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/lua-compat-5.3-${LUA_COMPAT_V}"
src_compile() {
- # TODO maybe sometime there will be luarocks eclass...
+ # TODO maybe sometime there will be luarocks eclass...
compile="$(tc-getCC) ${CFLAGS} ${LDFLAGS} -fPIC -I/usr/include -c
lbitlib.c -o lbitlib.o -DLUA_COMPAT_BITLIB -Ic-api"
einfo "${compile}"
eval "${compile}" || die