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 7EC62158087 for ; Sun, 30 Jan 2022 11:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83E112BC007; Sun, 30 Jan 2022 11:02:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26C192BC007 for ; Sun, 30 Jan 2022 11:02:56 +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 03068342EA1 for ; Sun, 30 Jan 2022 11:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 517A7275 for ; Sun, 30 Jan 2022 11:02:53 +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: <1643540550.ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee.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: ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee X-VCS-Branch: master Date: Sun, 30 Jan 2022 11:02:53 +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: fa873fa9-08b6-40b3-9687-91e90e99bf3f X-Archives-Hash: 75a181775c935845125838e949317944 commit: ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee Author: Alfredo Tupone gentoo org> AuthorDate: Sun Jan 30 11:02:30 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jan 30 11:02:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec03f4cb dev-lang/gnat-gpl: fix cet discovery on amd64 Closes: https://bugs.gentoo.org/830345 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild index e0bcd6f39fb2..02da8f27ec3a 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild @@ -120,6 +120,7 @@ src_prepare() { cd - sed -i \ -e 's:-fcf-protection":":' \ + libiberty/configure \ lto-plugin/configure || die sed -i \ -e 's:$(P) ::g' \