diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-03 19:15:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-03 19:15:06 +0000 |
commit | 049d1bf22ae21c93d0e0990326d5d491b7cc9f03 (patch) | |
tree | cf5ec1f39b3d62bf99e60a6a03aa2d43816fa545 /sys-auth | |
parent | Security Bug #96767, ssl not being used always. Note that both 2.1.30-r5 and ... (diff) | |
download | gentoo-2-049d1bf22ae21c93d0e0990326d5d491b7cc9f03.tar.gz gentoo-2-049d1bf22ae21c93d0e0990326d5d491b7cc9f03.tar.bz2 gentoo-2-049d1bf22ae21c93d0e0990326d5d491b7cc9f03.zip |
whitespace fix.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-176-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild index 729c000a6023..fc87bfd3c139 100644 --- a/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-176-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/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild,v 1.1 2005/07/03 19:09:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild,v 1.2 2005/07/03 19:15:06 robbat2 Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 src_unpack() { unpack ${A} EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-176-fix-referral-tls.patch - + cd ${S} export WANT_AUTOCONF=2.5 aclocal || die "aclocal failed" |