diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-07-22 18:59:29 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-07-22 18:59:29 +0000 |
commit | 3e4365de92f174698ccdce537b51390fdcc39a35 (patch) | |
tree | d834bee9998356f8926114b035722c9087e27c81 /net-mail/cyrus-imapd | |
parent | Marked stable on amd64 as per bug 185256. (diff) | |
download | gentoo-2-3e4365de92f174698ccdce537b51390fdcc39a35.tar.gz gentoo-2-3e4365de92f174698ccdce537b51390fdcc39a35.tar.bz2 gentoo-2-3e4365de92f174698ccdce537b51390fdcc39a35.zip |
Remove trailing whitespace
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-mail/cyrus-imapd')
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild index e0a0f208ebec..e0623c52066d 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.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-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild,v 1.1 2007/07/22 09:23:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild,v 1.2 2007/07/22 18:59:29 dertobi123 Exp $ inherit autotools eutils ssl-cert fixheadtails pam @@ -187,11 +187,7 @@ src_unpack() { # Recreate configure. WANT_AUTOCONF="2.5" -# rm -rf configure config.h.in autom4te.cache || die -# ebegin "Recreating configure" -# sh SMakefile &>/dev/null || die "SMakefile failed" -# eend $? - eautoreconf + eautoreconf # When linking with rpm, you need to link with more libraries. sed -i -e "s:lrpm:lrpm -lrpmio -lrpmdb:" configure || die "sed failed" |