Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/dunelegacy/
Date: Sun, 12 Jan 2020 11:24:22
Message-Id: 1578828226.b31f2883e26bf654128a434dd6b32ab43c55e7dd.chewi@gentoo
1 commit: b31f2883e26bf654128a434dd6b32ab43c55e7dd
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 11:23:46 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 11:23:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31f2883
7
8 games-strategy/dunelegacy: Don't patch configure.ac unnecessarily
9
10 I did this for completeness but didn't notice it was triggering an
11 unwanted autoreconf.
12
13 Closes: https://bugs.gentoo.org/705196
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
16
17 games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild b/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild
21 index 6fef0db3e77..5270312de45 100644
22 --- a/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild
23 +++ b/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild
24 @@ -26,7 +26,7 @@ src_prepare() {
25 default
26
27 # Prepend upstream flags.
28 - sed -i -r 's/^(C.*FLAGS)=[^$]+$/\0" ${\1}"/' configure{,.ac} || die
29 + sed -i -r 's/^(C.*FLAGS)=[^$]+$/\0" ${\1}"/' configure || die
30 }
31
32 src_install() {