Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/
Date: Sun, 30 Jan 2022 11:02:57
Message-Id: 1643540550.ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee.tupone@gentoo
1 commit: ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 11:02:30 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 11:02:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec03f4cb
7
8 dev-lang/gnat-gpl: fix cet discovery on amd64
9
10 Closes: https://bugs.gentoo.org/830345
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild
18 index e0bcd6f39fb2..02da8f27ec3a 100644
19 --- a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild
20 +++ b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild
21 @@ -120,6 +120,7 @@ src_prepare() {
22 cd -
23 sed -i \
24 -e 's:-fcf-protection":":' \
25 + libiberty/configure \
26 lto-plugin/configure || die
27 sed -i \
28 -e 's:$(P) ::g' \