summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-10-10 12:39:39 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-10-10 12:39:39 +0200
commit6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224 (patch)
tree8e68b383f603339744caa4c253622dc654e330e3 /dev-lua/lua-bit32
parentapp-office/moneydance: drop old version (diff)
downloadgentoo-6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224.tar.gz
gentoo-6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224.tar.bz2
gentoo-6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224.zip
dev-lua/lua-bit32: remove whitespace
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/lua-bit32')
-rw-r--r--dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild2
1 files changed, 1 insertions, 1 deletions
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 82297b4fe6ab..43d5f0cee559 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