diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-12-24 11:18:10 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-12-24 11:18:10 +0000 |
commit | 1984171062a8670082c47ad281a0118b241c9b8d (patch) | |
tree | be66b9fe3f9c7da1b1bb11c6757448eb08a1c396 /mail-filter/maildrop | |
parent | fix invalid atoms (diff) | |
download | gentoo-2-1984171062a8670082c47ad281a0118b241c9b8d.tar.gz gentoo-2-1984171062a8670082c47ad281a0118b241c9b8d.tar.bz2 gentoo-2-1984171062a8670082c47ad281a0118b241c9b8d.zip |
trim whitespace
(Portage version: 2.0.53)
Diffstat (limited to 'mail-filter/maildrop')
-rw-r--r-- | mail-filter/maildrop/maildrop-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/maildrop/maildrop-2.0.1.ebuild b/mail-filter/maildrop/maildrop-2.0.1.ebuild index e7c351482166..9c6d1bdf266c 100644 --- a/mail-filter/maildrop/maildrop-2.0.1.ebuild +++ b/mail-filter/maildrop/maildrop-2.0.1.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/maildrop/maildrop-2.0.1.ebuild,v 1.8 2005/12/23 20:18:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/maildrop-2.0.1.ebuild,v 1.9 2005/12/24 11:17:05 swegener Exp $ inherit eutils gnuconfig flag-o-matic @@ -110,7 +110,7 @@ src_compile() { --enable-sendmail=/usr/sbin/sendmail \ --cache-file=${S}/configuring.cache \ ${myconf} || die - + emake || die "compile problem" } |