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 CEAB01581C1 for ; Thu, 4 Jul 2024 01:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E5BD2BC020; Thu, 4 Jul 2024 01:15:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE1C62BC014 for ; Thu, 4 Jul 2024 01:15:25 +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 F3FD3335D75 for ; Thu, 4 Jul 2024 01:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6003E154E for ; Thu, 4 Jul 2024 01:15:23 +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: <1720055679.a7bd82676b2820d4e334e7870adab185ded80aab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ntp/ntp-4.2.8_p18.ebuild X-VCS-Directories: net-misc/ntp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7bd82676b2820d4e334e7870adab185ded80aab X-VCS-Branch: master Date: Thu, 4 Jul 2024 01:15:23 +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: 47667f02-63ad-4382-9ccc-401f439ea31d X-Archives-Hash: 42aa11bd206f4a4d6f2c9c49528847eb commit: a7bd82676b2820d4e334e7870adab185ded80aab Author: Sam James gentoo org> AuthorDate: Thu Jul 4 01:10:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 4 01:14:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bd8267 net-misc/ntp: filter LTO Ancient codebase, lto-type-mismatch in testsuite in packetProcesisng.c where patching it then needs Ruby. Signed-off-by: Sam James gentoo.org> net-misc/ntp/ntp-4.2.8_p18.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-misc/ntp/ntp-4.2.8_p18.ebuild b/net-misc/ntp/ntp-4.2.8_p18.ebuild index 1da7db158516..04b70f2428cc 100644 --- a/net-misc/ntp/ntp-4.2.8_p18.ebuild +++ b/net-misc/ntp/ntp-4.2.8_p18.ebuild @@ -62,6 +62,10 @@ src_prepare() { } src_configure() { + # Ancient codebase, lto-type-mismatch in testsuite in packetProcesisng.c + # where patching it then needs Ruby. + filter-lto + # bug #264109 append-cppflags -D_GNU_SOURCE