summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-06 16:20:29 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-06 16:20:29 +0000
commit89a5aa195a89a221203e67fcf75b33f957efa2c0 (patch)
tree5ec97970e682b54c6aac463120b2d2399d4e8d7f /net-nds/openldap/openldap-2.0.27.ebuild
parent*** empty log message *** (diff)
downloadhistorical-89a5aa195a89a221203e67fcf75b33f957efa2c0.tar.gz
historical-89a5aa195a89a221203e67fcf75b33f957efa2c0.tar.bz2
historical-89a5aa195a89a221203e67fcf75b33f957efa2c0.zip
repoman
Diffstat (limited to 'net-nds/openldap/openldap-2.0.27.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.0.27.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-nds/openldap/openldap-2.0.27.ebuild b/net-nds/openldap/openldap-2.0.27.ebuild
index f20051f8a0bc..ae5965b58ec5 100644
--- a/net-nds/openldap/openldap-2.0.27.ebuild
+++ b/net-nds/openldap/openldap-2.0.27.ebuild
@@ -1,10 +1,7 @@
# Copyright 1999-2002 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.ebuild,v 1.1 2002/11/26 03:33:01 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.27.ebuild,v 1.2 2002/12/06 16:20:29 vapier Exp $
-IUSE="ssl tcpd readline ipv6 gdbm ldap kerberos odbc"
-
-S=${WORKDIR}/${P}
DESCRIPTION="LDAP suite of application and development tools"
SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz"
HOMEPAGE="http://www.OpenLDAP.org/"
@@ -12,6 +9,7 @@ HOMEPAGE="http://www.OpenLDAP.org/"
SLOT="0"
KEYWORDS="~x86 ~ppc"
LICENSE="OPENLDAP"
+IUSE="ssl tcpd readline ipv6 gdbm ldap kerberos odbc"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.1
@@ -22,7 +20,7 @@ DEPEND="virtual/glibc
readline? ( >=sys-libs/readline-4.1 )
gdbm? ( >=sys-libs/gdbm-1.8.0 )
kerberos? ( >=app-crypt/krb5-1.2.6 )
- odbc? ( >=dev-db/unixODBC )"
+ odbc? ( dev-db/unixODBC )"
RDEPEND="virtual/glibc
>=sys-libs/ncurses-5.1