diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-16 18:48:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-16 18:48:42 +0000 |
commit | 3ca9e35c080d9be652c14cce8dacba2d64469e14 (patch) | |
tree | d8b70428bd1c8c5db9ee568dd9dcdd39e5d02fb3 /mail-filter/gld | |
parent | Initial Import. Closes #64427 (diff) | |
download | gentoo-2-3ca9e35c080d9be652c14cce8dacba2d64469e14.tar.gz gentoo-2-3ca9e35c080d9be652c14cce8dacba2d64469e14.tar.bz2 gentoo-2-3ca9e35c080d9be652c14cce8dacba2d64469e14.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-filter/gld')
-rw-r--r-- | mail-filter/gld/gld-1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/gld/gld-1.5-r1.ebuild b/mail-filter/gld/gld-1.5-r1.ebuild index 27d4599e12fc..5f91e35801c6 100644 --- a/mail-filter/gld/gld-1.5-r1.ebuild +++ b/mail-filter/gld/gld-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5-r1.ebuild,v 1.3 2005/04/16 15:59:32 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5-r1.ebuild,v 1.4 2005/04/16 18:48:42 mr_bones_ Exp $ DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix" HOMEPAGE="http://www.gasmi.net/gld.html" @@ -33,7 +33,7 @@ src_compile() { if use postgres ; then myconf="${myconf} --with-pgsql" fi - + econf ${myconf} \ || die "econf failed" emake || die "emake failed" |