diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
commit | 407d3f3b25bd4f01bcff9d04272b52813285c71f (patch) | |
tree | 62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /net-fs/autofs/autofs-3.1.7-r3.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2 gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-fs/autofs/autofs-3.1.7-r3.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r3.ebuild b/net-fs/autofs/autofs-3.1.7-r3.ebuild index b7ab426df397..ecefbf647f55 100644 --- a/net-fs/autofs/autofs-3.1.7-r3.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.9 2003/05/25 15:00:37 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.10 2003/09/07 00:11:41 msterret Exp $ IUSE="ldap" @@ -23,7 +23,7 @@ src_unpack() { src_compile() { local myconf use ldap || myconf="--without-openldap" - export HAVE_LDAP=1 + export HAVE_LDAP=1 export LIBLDAP="$LIBLDAP -lldap -llber" export LIBS="-lldap -llber $LIBS" ./configure --host=${HOST} --prefix=/usr ${myconf} || die |