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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B53BF15852A for ; Tue, 20 Aug 2024 01:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C739E29CF; Tue, 20 Aug 2024 01:49:20 +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 7D26FE29CF for ; Tue, 20 Aug 2024 01:49:20 +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 935E4342F93 for ; Tue, 20 Aug 2024 01:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 313291F01 for ; Tue, 20 Aug 2024 01:49:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1724118498.0cb548055bceec50d138901f610234b782e9da9e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/dtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild X-VCS-Directories: dev-debug/dtrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0cb548055bceec50d138901f610234b782e9da9e X-VCS-Branch: master Date: Tue, 20 Aug 2024 01:49:18 +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: 3b046d3d-2478-4164-8f49-aa7972f3b00c X-Archives-Hash: 18e27889e85e56f55782919356db977f commit: 0cb548055bceec50d138901f610234b782e9da9e Author: Sam James gentoo org> AuthorDate: Tue Aug 20 01:47:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 20 01:48:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb54805 dev-debug/dtrace: update F_S comment in non-live Signed-off-by: Sam James gentoo.org> dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild b/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild index 146682a2fa83..f084535e5911 100644 --- a/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild +++ b/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild @@ -105,7 +105,7 @@ src_configure() { tc-export CC - # TODO: Can drop once https://lore.kernel.org/dtrace/20240425164057.420580-1-nick.alcock@oracle.com/ is in + # https://github.com/oracle/dtrace-utils/issues/78 tc-enables-fortify-source && append-cppflags -U_FORTIFY_SOURCE # lld does this by default, so fix that, although lld fails anyway...