diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-06 16:20:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-06 16:20:29 +0000 |
commit | 89a5aa195a89a221203e67fcf75b33f957efa2c0 (patch) | |
tree | 5ec97970e682b54c6aac463120b2d2399d4e8d7f /net-nds | |
parent | *** empty log message *** (diff) | |
download | historical-89a5aa195a89a221203e67fcf75b33f957efa2c0.tar.gz historical-89a5aa195a89a221203e67fcf75b33f957efa2c0.tar.bz2 historical-89a5aa195a89a221203e67fcf75b33f957efa2c0.zip |
repoman
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/openldap/openldap-2.0.27.ebuild | 8 | ||||
-rw-r--r-- | net-nds/openldap/openldap-2.1.8.ebuild | 4 |
2 files changed, 5 insertions, 7 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 diff --git a/net-nds/openldap/openldap-2.1.8.ebuild b/net-nds/openldap/openldap-2.1.8.ebuild index fd8d681ff351..dc7fb433b4b6 100644 --- a/net-nds/openldap/openldap-2.1.8.ebuild +++ b/net-nds/openldap/openldap-2.1.8.ebuild @@ -1,6 +1,6 @@ # 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.1.8.ebuild,v 1.3 2002/11/26 03:32:15 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.8.ebuild,v 1.4 2002/12/06 16:20:29 vapier Exp $ IUSE="ssl tcpd readline ipv6 gdbm ldap sasl kerberos odbc" @@ -23,7 +23,7 @@ DEPEND="virtual/glibc gdbm? ( >=sys-libs/gdbm-1.8.0 ) sasl? ( >=dev-libs/cyrus-sasl-2.1.7-r3 ) kerberos? ( >=app-crypt/krb5-1.2.6 ) - odbc? ( dev-db/odbc )" + odbc? ( dev-db/unixODBC )" RDEPEND="virtual/glibc >=sys-libs/ncurses-5.1 |