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 EF1B6158004 for ; Tue, 28 May 2024 01:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FC442BC030; Tue, 28 May 2024 01:59:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4095E2BC02C for ; Tue, 28 May 2024 01:59:10 +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 8860834306B for ; Tue, 28 May 2024 01:59:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE3811BD1 for ; Tue, 28 May 2024 01:59:06 +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: <1716861222.ab8bcf8ca7241b8d2218790f2f41fd6f0759d62b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/iproute2-6.9.0.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab8bcf8ca7241b8d2218790f2f41fd6f0759d62b X-VCS-Branch: master Date: Tue, 28 May 2024 01:59:06 +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: 970c0199-36e2-4f03-b7ac-bb77ccba1a21 X-Archives-Hash: 01874fdb8b5b039266afe17606175da1 commit: ab8bcf8ca7241b8d2218790f2f41fd6f0759d62b Author: Gabi Falk gmx com> AuthorDate: Sun May 26 08:00:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 28 01:53:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8bcf8c sys-apps/iproute2: 6.9.0: fix compilation on musl-based systems with C99 Closes: https://bugs.gentoo.org/932617 Signed-off-by: Gabi Falk gmx.com> Closes: https://github.com/gentoo/gentoo/pull/36830 Signed-off-by: Sam James gentoo.org> sys-apps/iproute2/iproute2-6.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/iproute2/iproute2-6.9.0.ebuild b/sys-apps/iproute2/iproute2-6.9.0.ebuild index 3d0c9ec799da..94334695f4ff 100644 --- a/sys-apps/iproute2/iproute2-6.9.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.9.0.ebuild @@ -51,6 +51,7 @@ PATCHES=( "${FILESDIR}"/${PN}-6.9.0-mtu.patch # bug #291907 "${FILESDIR}"/${PN}-6.8.0-configure-nomagic-nolibbsd.patch # bug #643722 & #911727 "${FILESDIR}"/${PN}-6.8.0-disable-libbsd-fallback.patch # bug #911727 + "${FILESDIR}"/${PN}-6.6.0-musl-c99.patch # bug #922622 & #932617 ) src_prepare() {