Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/mistbot: mistbot-0.9.ebuild
Date: Tue, 30 Oct 2007 21:14:45
Message-Id: E1ImyQ5-0000O6-5D@stork.gentoo.org
1 cla 07/10/30 21:14:41
2
3 Modified: mistbot-0.9.ebuild
4 Log:
5 Ups, typo
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.3 net-irc/mistbot/mistbot-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?r1=1.2&r2=1.3
14
15 Index: mistbot-0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mistbot-0.9.ebuild 30 Oct 2007 21:02:32 -0000 1.2
22 +++ mistbot-0.9.ebuild 30 Oct 2007 21:14:40 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.2 2007/10/30 21:02:32 cla Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.3 2007/10/30 21:14:40 cla Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -31,7 +31,7 @@
32 fi
33
34 if ! use nls; then
35 - sed -e '/^NLS\ =\nls$/d' -i build.conf || die "sed failed"
36 + sed -e '/^NLS\ =\ nls$/d' -i build.conf || die "sed failed"
37 fi
38
39 if ! use debug; then
40
41
42
43 --
44 gentoo-commits@g.o mailing list