From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5DB6138359 for ; Sat, 10 Oct 2020 10:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB2AE087C; Sat, 10 Oct 2020 10:39:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B420DE087C for ; Sat, 10 Oct 2020 10:39:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8842F340FA8 for ; Sat, 10 Oct 2020 10:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16D3739F for ; Sat, 10 Oct 2020 10:39:55 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1602326379.6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-bit32/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-bit32/lua-bit32-5.3.5.ebuild X-VCS-Directories: dev-lua/lua-bit32/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224 X-VCS-Branch: master Date: Sat, 10 Oct 2020 10:39:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00f0a337-b601-466d-856a-549b451f10e6 X-Archives-Hash: 5d1cbe598d93e18a16bb8ee89674df40 commit: 6c8e8d1d5e7142b63a9eb4a0e6d3f31d8c6eb224 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Oct 10 10:39:39 2020 +0000 Commit: Conrad Kostecki gentoo 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 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