Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
Date: Thu, 18 Oct 2018 12:39:51
Message-Id: 1539864571.02a46d0b8bbe2ef630d541816d5a81f32ccc96df.cynede@gentoo
1 commit: 02a46d0b8bbe2ef630d541816d5a81f32ccc96df
2 Author: Martin Holzhauer <martin <AT> holzhauer <DOT> eu>
3 AuthorDate: Thu Oct 18 12:09:31 2018 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 12:09:31 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=02a46d0b
7
8 replaced pipe operator with an OR
9
10 net-irc/smuxi/smuxi-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
14 index c432d3a..5d18bba 100644
15 --- a/net-irc/smuxi/smuxi-9999.ebuild
16 +++ b/net-irc/smuxi/smuxi-9999.ebuild
17 @@ -47,7 +47,7 @@ src_prepare() {
18
19 # https://github.com/meebey/smuxi/issues/86
20 # eautoreconf
21 - ./autogen.sh | die "Could not run autogen.sh"
22 + ./autogen.sh || die "Could not run autogen.sh"
23 }
24
25 src_configure() {