commit:     b31f2883e26bf654128a434dd6b32ab43c55e7dd
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 11:23:46 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 11:23:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31f2883

games-strategy/dunelegacy: Don't patch configure.ac unnecessarily

I did this for completeness but didn't notice it was triggering an
unwanted autoreconf.

Closes: https://bugs.gentoo.org/705196
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild 
b/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild
index 6fef0db3e77..5270312de45 100644
--- a/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild
+++ b/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild
@@ -26,7 +26,7 @@ src_prepare() {
        default
 
        # Prepend upstream flags.
-       sed -i -r 's/^(C.*FLAGS)=[^$]+$/\0" ${\1}"/' configure{,.ac} || die
+       sed -i -r 's/^(C.*FLAGS)=[^$]+$/\0" ${\1}"/' configure || die
 }
 
 src_install() {

Reply via email to