diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-10-30 21:14:40 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-10-30 21:14:40 +0000 |
commit | 646f29592c5a9b00f07b43446b5b7ffcd4a838f2 (patch) | |
tree | 862045b3442cbeb6712146df5ee06d8b3694a5df | |
parent | Mask also the new PulseAudio version (the revision using the new init script). (diff) | |
download | gentoo-2-646f29592c5a9b00f07b43446b5b7ffcd4a838f2.tar.gz gentoo-2-646f29592c5a9b00f07b43446b5b7ffcd4a838f2.tar.bz2 gentoo-2-646f29592c5a9b00f07b43446b5b7ffcd4a838f2.zip |
Ups, typo
(Portage version: 2.1.3.16)
-rw-r--r-- | net-irc/mistbot/mistbot-0.9.ebuild | 4 |
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 |