diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 02:38:49 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 02:38:49 +0000 |
commit | 3272f38f2ef9ae1492463e5317eccc5b01923652 (patch) | |
tree | e011a4b0a36ce4e276f31238014d3886b6a0a872 /net-mail/balsa/balsa-2.0.11.ebuild | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-3272f38f2ef9ae1492463e5317eccc5b01923652.tar.gz gentoo-2-3272f38f2ef9ae1492463e5317eccc5b01923652.tar.bz2 gentoo-2-3272f38f2ef9ae1492463e5317eccc5b01923652.zip |
header fix; whitespace cleanup
Diffstat (limited to 'net-mail/balsa/balsa-2.0.11.ebuild')
-rw-r--r-- | net-mail/balsa/balsa-2.0.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/balsa/balsa-2.0.11.ebuild b/net-mail/balsa/balsa-2.0.11.ebuild index 91f3f43e83a1..47937a960419 100644 --- a/net-mail/balsa/balsa-2.0.11.ebuild +++ b/net-mail/balsa/balsa-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.11.ebuild,v 1.3 2003/07/13 00:23:01 foser Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.11.ebuild,v 1.4 2003/09/05 02:37:14 msterret Exp $ inherit gnome2 eutils @@ -37,7 +37,7 @@ src_compile() { use ssl \ && myconf="${myconf} --with-ssl" \ - || myconf="${myconf} --without-ssl" + || myconf="${myconf} --without-ssl" use gtkhtml \ && myconf="${myconf} --enable-gtkhtml" \ || myconf="${myconf} --disable-gtkhtml" |