diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 09:11:39 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 09:11:39 +0000 |
commit | 8f90395ba74c53ac47b7c41400cee8dabcaa4ea5 (patch) | |
tree | e4e56c2e91c3fb0afe0f3fd1eb400fceaa4e3a2a /net-mail/anubis | |
parent | un-redefine ${A} (diff) | |
download | gentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.tar.gz gentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.tar.bz2 gentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/anubis')
-rw-r--r-- | net-mail/anubis/Manifest | 2 | ||||
-rw-r--r-- | net-mail/anubis/anubis-3.6.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/anubis/Manifest b/net-mail/anubis/Manifest index 6bad12305e9f..cc87a57de0f5 100644 --- a/net-mail/anubis/Manifest +++ b/net-mail/anubis/Manifest @@ -1,4 +1,4 @@ -MD5 35f3c216cf6486aa1fa27031b281cfdb anubis-3.6.2.ebuild 999 MD5 6a00798394e99043903a205890457359 ChangeLog 395 +MD5 fb353f92507c8b2a259578b6605e5b0d anubis-3.6.2.ebuild 1001 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 24def86bd1cfb613e6c0dcf55194d449 files/digest-anubis-3.6.2 64 diff --git a/net-mail/anubis/anubis-3.6.2.ebuild b/net-mail/anubis/anubis-3.6.2.ebuild index 76813574c367..516f1b85cdec 100644 --- a/net-mail/anubis/anubis-3.6.2.ebuild +++ b/net-mail/anubis/anubis-3.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/anubis/anubis-3.6.2.ebuild,v 1.3 2003/07/13 13:32:32 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/anubis/anubis-3.6.2.ebuild,v 1.4 2003/09/05 09:08:51 msterret Exp $ DESCRIPTION="GNU Anubis is an outgoing mail processor." HOMEPAGE="http://www.gnu.org/software/anubis/" @@ -21,9 +21,9 @@ S=${WORKDIR}/${P} src_compile() { local myconf - + myconf="--with-pcre" - + use crypt || myconf="${myconf} --without-gpgme" use ssl && myconf="${myconf} --with-openssl" use pam && myconf="${myconf} --with-pam" |