From 646f29592c5a9b00f07b43446b5b7ffcd4a838f2 Mon Sep 17 00:00:00 2001 From: Dawid Węgliński Date: Tue, 30 Oct 2007 21:14:40 +0000 Subject: Ups, typo (Portage version: 2.1.3.16) --- net-irc/mistbot/mistbot-0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-irc/mistbot/mistbot-0.9.ebuild') 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 -- cgit v1.2.3-65-gdbad