diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-11 23:29:59 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-11 23:29:59 +0000 |
commit | 896cd4b788487eb8625acfa396b02603f447add6 (patch) | |
tree | bbbbc940fa9721441e5e946d895e878479560031 /net-nds/openldap | |
parent | Initial Import. (diff) | |
download | historical-896cd4b788487eb8625acfa396b02603f447add6.tar.gz historical-896cd4b788487eb8625acfa396b02603f447add6.tar.bz2 historical-896cd4b788487eb8625acfa396b02603f447add6.zip |
fix IUSE and autogen
Diffstat (limited to 'net-nds/openldap')
-rw-r--r-- | net-nds/openldap/Manifest | 2 | ||||
-rw-r--r-- | net-nds/openldap/openldap-2.0.27-r3.ebuild | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/net-nds/openldap/Manifest b/net-nds/openldap/Manifest index 481b695dda34..d2a8ba1f6cd2 100644 --- a/net-nds/openldap/Manifest +++ b/net-nds/openldap/Manifest @@ -1,5 +1,5 @@ MD5 86a13849ab636d3bc22ebd718ec3a95a ChangeLog 7334 -MD5 66c478b68fe23e7beb49a11175a89c40 openldap-2.0.27-r3.ebuild 3956 +MD5 8e9024389f168a71628e23a9d64f178f openldap-2.0.27-r3.ebuild 3894 MD5 56353b208cd2f1c14f17700e5a4d74af openldap-2.1.19.ebuild 4266 MD5 7e223bf5e395fd7b935ed34f7833724a openldap-2.0.25-r1.ebuild 2420 MD5 fff1c376523766e56dcb20916ee25919 openldap-2.0.27-r2.ebuild 3025 diff --git a/net-nds/openldap/openldap-2.0.27-r3.ebuild b/net-nds/openldap/openldap-2.0.27-r3.ebuild index 4bea547a23dc..8fa2097a09d4 100644 --- a/net-nds/openldap/openldap-2.0.27-r3.ebuild +++ b/net-nds/openldap/openldap-2.0.27-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.27-r3.ebuild,v 1.1 2003/05/11 19:18:21 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.27-r3.ebuild,v 1.2 2003/05/11 23:29:50 liquidx Exp $ inherit eutils -IUSE="ssl tcpd readline ipv6 gdbm ldap kerberos odbc" +IUSE="ssl tcpd readline ipv6 gdbm kerberos odbc" DESCRIPTION="LDAP suite of application and development tools" SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" @@ -54,10 +54,6 @@ src_unpack() { src_compile() { local myconf - # regenerate ./configure - cd ${S} - ./autogen.sh --help - # must enable debug for syslog'ing (#16131) myconf="--enable-debug --enable-syslog" |