summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:30:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:30:31 +0000
commit0f8bfda5e27e541f3f56b983670a444bd8716f11 (patch)
tree1e78dfbdf03e3cfc8eba49fa35d2c78bebdc1cd4 /net-mail/smtptools
parentwhitespace (diff)
downloadhistorical-0f8bfda5e27e541f3f56b983670a444bd8716f11.tar.gz
historical-0f8bfda5e27e541f3f56b983670a444bd8716f11.tar.bz2
historical-0f8bfda5e27e541f3f56b983670a444bd8716f11.zip
whitespace
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-mail/smtptools')
-rw-r--r--net-mail/smtptools/smtptools-0.2.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/smtptools/smtptools-0.2.3.ebuild b/net-mail/smtptools/smtptools-0.2.3.ebuild
index 760e00af4902..43ceeff8844e 100644
--- a/net-mail/smtptools/smtptools-0.2.3.ebuild
+++ b/net-mail/smtptools/smtptools-0.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.10 2006/03/12 09:43:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.11 2007/06/26 02:30:31 mr_bones_ Exp $
inherit eutils
@@ -22,9 +22,9 @@ src_unpack() {
}
src_compile() {
- # the configure check looks for the symbol name 'dn_expand' in
- # libresolv but later glibc's use the internal symbol name
- # '__dn_expand' and macro 'dn_expand' to '__dn_expand' in the
+ # the configure check looks for the symbol name 'dn_expand' in
+ # libresolv but later glibc's use the internal symbol name
+ # '__dn_expand' and macro 'dn_expand' to '__dn_expand' in the
# resolv.h header file ... lets force the func to be detected.
ac_cv_lib_resolv_dn_expand="yes" \
econf || die