Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
Date: Sun, 07 Nov 2021 07:12:02
Message-Id: 1636269102.4381eaa1819e3d3dd86cbd8e8e3f2ec3e2c69eaa.sam@gentoo
1 commit: 4381eaa1819e3d3dd86cbd8e8e3f2ec3e2c69eaa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 07:11:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 07:11:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4381eaa1
7
8 dev-embedded/gputils: fix unstaged patch filename
9
10 Bug: https://bugs.gentoo.org/722648
11 Bug: https://bugs.gentoo.org/817980
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-embedded/gputils/gputils-1.5.0.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
18 index 651af5d9d70..508c9285573 100644
19 --- a/dev-embedded/gputils/gputils-1.5.0.ebuild
20 +++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
21 @@ -14,16 +14,17 @@ SLOT="0"
22 KEYWORDS="amd64 ppc ppc64 x86"
23
24 PATCHES=(
25 - "${FILESDIR}/flags.patch"
26 + "${FILESDIR}"/${P}-respect-flags.patch
27 )
28
29 src_prepare() {
30 default
31
32 + # Only needed for the flags patch, if a new release ever comes...
33 eautoreconf
34 }
35
36 -src_compile() {
37 +src_configure() {
38 # bug #369291, bug #818802
39 tc-ld-disable-gold