summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2007-10-30 21:14:40 +0000
committerDawid Węgliński <cla@gentoo.org>2007-10-30 21:14:40 +0000
commit646f29592c5a9b00f07b43446b5b7ffcd4a838f2 (patch)
tree862045b3442cbeb6712146df5ee06d8b3694a5df /net-irc/mistbot/mistbot-0.9.ebuild
parentMask also the new PulseAudio version (the revision using the new init script). (diff)
downloadgentoo-2-646f29592c5a9b00f07b43446b5b7ffcd4a838f2.tar.gz
gentoo-2-646f29592c5a9b00f07b43446b5b7ffcd4a838f2.tar.bz2
gentoo-2-646f29592c5a9b00f07b43446b5b7ffcd4a838f2.zip
Ups, typo
(Portage version: 2.1.3.16)
Diffstat (limited to 'net-irc/mistbot/mistbot-0.9.ebuild')
-rw-r--r--net-irc/mistbot/mistbot-0.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/mistbot/mistbot-0.9.ebuild b/net-irc/mistbot/mistbot-0.9.ebuild
index fdef4a9ecba3..181204f00b52 100644
--- a/net-irc/mistbot/mistbot-0.9.ebuild
+++ b/net-irc/mistbot/mistbot-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.2 2007/10/30 21:02:32 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.3 2007/10/30 21:14:40 cla Exp $
inherit eutils toolchain-funcs
@@ -31,7 +31,7 @@ src_compile() {
fi
if ! use nls; then
- sed -e '/^NLS\ =\nls$/d' -i build.conf || die "sed failed"
+ sed -e '/^NLS\ =\ nls$/d' -i build.conf || die "sed failed"
fi
if ! use debug; then