diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-16 18:46:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-16 18:46:06 +0000 |
commit | e4b69132bcaeffb6b1fe929fb06e0f8b209d94a6 (patch) | |
tree | 71932449554c9b7f4ee11ef1f61205d0739975e7 /net-mail/uw-imap | |
parent | Typo (Manifest recommit) (diff) | |
download | gentoo-2-e4b69132bcaeffb6b1fe929fb06e0f8b209d94a6.tar.gz gentoo-2-e4b69132bcaeffb6b1fe929fb06e0f8b209d94a6.tar.bz2 gentoo-2-e4b69132bcaeffb6b1fe929fb06e0f8b209d94a6.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-mail/uw-imap')
-rw-r--r-- | net-mail/uw-imap/uw-imap-2002e-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/uw-imap/uw-imap-2002e-r3.ebuild b/net-mail/uw-imap/uw-imap-2002e-r3.ebuild index bd47e3139066..c9b002049602 100644 --- a/net-mail/uw-imap/uw-imap-2002e-r3.ebuild +++ b/net-mail/uw-imap/uw-imap-2002e-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002e-r3.ebuild,v 1.1 2004/07/15 22:20:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002e-r3.ebuild,v 1.2 2004/07/16 18:46:06 mr_bones_ Exp $ inherit flag-o-matic @@ -52,7 +52,7 @@ src_unpack() { # -e "s:EMPTYPROTO=unixproto:EMPTYPROTO=mbxproto:" \ # < Makefile.orig2 > Makefile #cd ${S} - + # Remove the pesky checks about SSL stuff sed -e '/read.*exit/d' -i ${S}/Makefile } |