diff options
Diffstat (limited to 'net-p2p/lopster/lopster-1.0.2_pre5.ebuild')
-rw-r--r-- | net-p2p/lopster/lopster-1.0.2_pre5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/lopster/lopster-1.0.2_pre5.ebuild b/net-p2p/lopster/lopster-1.0.2_pre5.ebuild index 51c4047afcdb..0246c6512d69 100644 --- a/net-p2p/lopster/lopster-1.0.2_pre5.ebuild +++ b/net-p2p/lopster/lopster-1.0.2_pre5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.2_pre5.ebuild,v 1.6 2004/02/23 10:06:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.2_pre5.ebuild,v 1.7 2004/04/26 12:48:22 agriffis Exp $ IUSE="nls" @@ -39,7 +39,7 @@ src_compile() { econf \ --with-pthread \ --with-zlib \ - ${myconf} + ${myconf} || die "econf failed" emake || die } |