From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7ACEC15800A for ; Fri, 25 Apr 2025 13:59:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 62BB933BF29 for ; Fri, 25 Apr 2025 13:59:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 59C26110105; Fri, 25 Apr 2025 13:59:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 49A83110105 for ; Fri, 25 Apr 2025 13:59: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC4B934301F for ; Fri, 25 Apr 2025 13:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53B42133B for ; Fri, 25 Apr 2025 13:59: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: <1745589530.3bcfb7933e5c859f7194635f5b914bb63e27e030.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild X-VCS-Directories: sys-fs/dmraid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3bcfb7933e5c859f7194635f5b914bb63e27e030 X-VCS-Branch: master Date: Fri, 25 Apr 2025 13:59: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: 0aee58dd-8b0a-4706-b72d-69c7eb049476 X-Archives-Hash: c8f13a6af3cc2e971787e1e8dcbe6831 commit: 3bcfb7933e5c859f7194635f5b914bb63e27e030 Author: Sam James gentoo org> AuthorDate: Fri Apr 25 13:58:50 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 25 13:58:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcfb793 sys-fs/dmraid: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/944298 Signed-off-by: Sam James gentoo.org> sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild index f395de4ffa33..ca4b337f61b8 100644 --- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild +++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild @@ -67,6 +67,9 @@ src_prepare() { } src_configure() { + # bug #944298 + append-cflags -std=gnu17 + # bug 908662 use elibc_musl && append-flags -D_LARGEFILE64_SOURCE