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 64797158086 for ; Mon, 3 Jan 2022 17:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA252BC016; Mon, 3 Jan 2022 17:11:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8CC9D2BC016 for ; Mon, 3 Jan 2022 17:11:07 +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 1556A342E63 for ; Mon, 3 Jan 2022 17:11:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E0D6274 for ; Mon, 3 Jan 2022 17:11:04 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1641229844.d73d1c2cc9fc8c1a87a111212a8977c90b59ee87.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild X-VCS-Directories: dev-lang/gnat-gpl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: d73d1c2cc9fc8c1a87a111212a8977c90b59ee87 X-VCS-Branch: master Date: Mon, 3 Jan 2022 17:11:04 +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: 36350937-550a-49a7-9550-fff11bf59701 X-Archives-Hash: 79632fdc173d03056363f0a737d88241 commit: d73d1c2cc9fc8c1a87a111212a8977c90b59ee87 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jan 3 17:10:44 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jan 3 17:10:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73d1c2c dev-lang/gnat-gpl: try for another cet fix Closes: https://bugs.gentoo.org/830446 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild index 60a6e2908ead..e0bcd6f39fb2 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild @@ -118,6 +118,9 @@ src_prepare() { mv ${INTFDIR} ${MYP}/gcc/ada/gcc-interface || die eapply "${FILESDIR}"/${P}-gentoo.patch cd - + sed -i \ + -e 's:-fcf-protection":":' \ + lto-plugin/configure || die sed -i \ -e 's:$(P) ::g' \ gcc/ada/gcc-interface/Makefile.in \