diff options
Diffstat (limited to 'net-libs/wvstreams/wvstreams-4.3-r2.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.3-r2.ebuild b/net-libs/wvstreams/wvstreams-4.3-r2.ebuild index 69428ca2b75e..a27b79f1e389 100644 --- a/net-libs/wvstreams/wvstreams-4.3-r2.ebuild +++ b/net-libs/wvstreams/wvstreams-4.3-r2.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-libs/wvstreams/wvstreams-4.3-r2.ebuild,v 1.6 2007/06/01 20:37:38 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.3-r2.ebuild,v 1.7 2007/06/26 02:27:44 mr_bones_ Exp $ WANT_AUTOCONF=2.59 WANT_AUTOMAKE=none @@ -58,7 +58,7 @@ src_unpack() { #needed by xplc and as-needed patch: cd "${S}" eautoconf || die "autoconf failed" - #without following, the makefile would remove some files and request + #without following, the makefile would remove some files and request #you to run ./configure again touch include/wvautoconf.h.in configure } |