diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-12 21:29:26 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-12 21:29:26 +0000 |
commit | f2b5ee95f87797e80c06b4c9e8e1b6908656831b (patch) | |
tree | 542b226f08e77cefa9579c7029752a885a6c08ea /net-nds/openldap/openldap-2.4.28.ebuild | |
parent | Marked stable on PPC64 as requested by Paweł Hajdan, Jr. in bug #392875. Com... (diff) | |
download | historical-f2b5ee95f87797e80c06b4c9e8e1b6908656831b.tar.gz historical-f2b5ee95f87797e80c06b4c9e8e1b6908656831b.tar.bz2 historical-f2b5ee95f87797e80c06b4c9e8e1b6908656831b.zip |
Bug #378847: OpenLDAP has a run-time dependency on libtool for loading overlays/modules.
Package-Manager: portage-2.2.0_alpha85/cvs/Linux x86_64
Diffstat (limited to 'net-nds/openldap/openldap-2.4.28.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.4.28.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-nds/openldap/openldap-2.4.28.ebuild b/net-nds/openldap/openldap-2.4.28.ebuild index 8cb500791314..7e2c926842b4 100644 --- a/net-nds/openldap/openldap-2.4.28.ebuild +++ b/net-nds/openldap/openldap-2.4.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.28.ebuild,v 1.3 2012/02/12 19:24:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.28.ebuild,v 1.4 2012/02/12 21:29:26 robbat2 Exp $ EAPI="3" WANT_AUTOMAKE=1.9 @@ -24,6 +24,7 @@ IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CON # openssl is needed to generate lanman-passwords required by samba RDEPEND="sys-libs/ncurses + sys-devel/libtool icu? ( dev-libs/icu ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( !gnutls? ( dev-libs/openssl ) |