Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fbreader/
Date: Sun, 07 Nov 2021 05:05:16
Message-Id: 1636261077.92bf07a9d62eceade5cf107c9392ef1e907049be.sam@gentoo
1 commit: 92bf07a9d62eceade5cf107c9392ef1e907049be
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 04:57:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 04:57:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bf07a9
7
8 app-text/fbreader: disable gold
9
10 Bug: https://bugs.gentoo.org/437262
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-text/fbreader/fbreader-0.99.4-r5.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/app-text/fbreader/fbreader-0.99.4-r5.ebuild b/app-text/fbreader/fbreader-0.99.4-r5.ebuild
17 index 76413d99296..44288fac489 100644
18 --- a/app-text/fbreader/fbreader-0.99.4-r5.ebuild
19 +++ b/app-text/fbreader/fbreader-0.99.4-r5.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit qmake-utils xdg
25 +inherit qmake-utils toolchain-funcs xdg
26
27 DESCRIPTION="E-Book Reader. Supports many e-book formats"
28 HOMEPAGE="https://www.fbreader.org/"
29 @@ -71,6 +71,9 @@ src_prepare() {
30 else
31 echo "TARGET_STATUS = release" >> makefiles/target.mk || die
32 fi
33 +
34 + # bug #437262
35 + tc-ld-disable-gold
36 }
37
38 src_compile() {