Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/ndesk-dbus/
Date: Sun, 09 Oct 2016 09:04:38
Message-Id: 1476003821.643e3fa294321b1f3dbf414ebd11e35034742df5.pacho@gentoo
1 commit: 643e3fa294321b1f3dbf414ebd11e35034742df5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 08:43:01 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 09:03:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643e3fa2
7
8 dev-dotnet/ndesk-dbus: Add die statement
9
10 Package-Manager: portage-2.3.1
11
12 dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
16 index 92da367..c941981 100644
17 --- a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
18 +++ b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
19 @@ -25,5 +25,5 @@ DEPEND="${RDEPEND}
20 src_prepare() {
21 default
22 # mono-4 compat
23 - sed -i "s#gmcs#mcs#g" configure
24 + sed -i "s#gmcs#mcs#g" configure || die
25 }