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 AF87E1382C5 for ; Tue, 20 Apr 2021 23:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEAEEE086C; Tue, 20 Apr 2021 23:49:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2E9BE086C for ; Tue, 20 Apr 2021 23:49:10 +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 27D95340F89 for ; Tue, 20 Apr 2021 23:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86594702 for ; Tue, 20 Apr 2021 23:49:07 +0000 (UTC) From: "Jian Lin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jian Lin" Message-ID: <1618961711.a589a3bd936d9d76c49fdb47b10855cd47121811.jian@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109-r1.ebuild x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild X-VCS-Directories: x11-misc/i3lock-fancy-rapid/ X-VCS-Committer: jian X-VCS-Committer-Name: Jian Lin X-VCS-Revision: a589a3bd936d9d76c49fdb47b10855cd47121811 X-VCS-Branch: master Date: Tue, 20 Apr 2021 23:49:07 +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: 97385121-2229-4dbd-9cdc-60debf55bb47 X-Archives-Hash: 87a15183a279d112918cdb4d14129817 Message-ID: <20210420234907.fWb1oVbaQDQNxz0Pl8LOKiK16XfjD9keo73r-q6nkek@z> commit: a589a3bd936d9d76c49fdb47b10855cd47121811 Author: Jian Lin outlook com> AuthorDate: Tue Apr 20 23:35:11 2021 +0000 Commit: Jian Lin outlook com> CommitDate: Tue Apr 20 23:35:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a589a3bd x11-misc/i3lock-fancy-rapid: respect LDFLAGS Closes: https://bugs.gentoo.org/781818 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Jian Lin outlook.com> ...pre20201109.ebuild => i3lock-fancy-rapid-0.0.0_pre20201109-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109-r1.ebuild similarity index 91% rename from x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild rename to x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109-r1.ebuild index ce7191db1..d7e35a48b 100644 --- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild +++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109-r1.ebuild @@ -28,6 +28,7 @@ src_prepare() { default sed -e "s/gcc/$(tc-getCC)/" \ -e "/CFLAGS=/d" \ + -e 's/$(CC) $^ $(CFLAGS) -o $@/$(CC) $^ $(CFLAGS) $(LDFLAGS) -o $@/' \ -i Makefile || die }