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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E6A91581D8 for ; Wed, 4 Dec 2024 14:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE416E08D1; Wed, 4 Dec 2024 14:56:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2B8EE08D1 for ; Wed, 4 Dec 2024 14:56:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5D0A342FB6 for ; Wed, 4 Dec 2024 14:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65B5B22CE for ; Wed, 4 Dec 2024 14:56:44 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1733319915.5e002e635ba6c98221fa0bc9adc0d10e9b4a828a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lua/compat53/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lua/compat53/compat53-0.14.3.ebuild X-VCS-Directories: dev-lua/compat53/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 5e002e635ba6c98221fa0bc9adc0d10e9b4a828a X-VCS-Branch: master Date: Wed, 4 Dec 2024 14:56:44 +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: 5b8f1b3d-d039-44f4-b739-4d420d67407e X-Archives-Hash: acacae897a432b7ffc140fa6ff5e1e82 commit: 5e002e635ba6c98221fa0bc9adc0d10e9b4a828a Author: Nicolas PARLANT parhuet fr> AuthorDate: Wed Dec 4 09:28:45 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Dec 4 13:45:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e002e63 dev-lua/compat53: remove unnecessary flags Signed-off-by: Nicolas PARLANT parhuet.fr> dev-lua/compat53/compat53-0.14.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/compat53/compat53-0.14.3.ebuild b/dev-lua/compat53/compat53-0.14.3.ebuild index ab111d7a8..50aa6c206 100644 --- a/dev-lua/compat53/compat53-0.14.3.ebuild +++ b/dev-lua/compat53/compat53-0.14.3.ebuild @@ -39,8 +39,8 @@ lua_src_compile() { local u="" for u in *.c; do edo $(tc-getCC) -shared -fPIC \ - ${CPPFLAGS} -DCOMPAT53_PREFIX="compat53" \ - ${CFLAGS} $(lua_get_CFLAGS) -Ic-api \ + ${CPPFLAGS} \ + ${CFLAGS} $(lua_get_CFLAGS) \ ${SOFLAGS} \ ${LDFLAGS} $(lua_get_LIBS) \ -o "${u/.c/.so}" ${u} c-api/compat-5.3.c