summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-05-30 21:23:19 +0000
committerMichał Górny <mgorny@gentoo.org>2014-05-30 21:23:19 +0000
commit2d38e022ab0926ecece47488d977b78724952c68 (patch)
tree5e76b9d814e200237cc4c38d99889eeb37be10b6 /app-crypt
parentEnable multilib sasl support. (diff)
downloadgentoo-2-2d38e022ab0926ecece47488d977b78724952c68.tar.gz
gentoo-2-2d38e022ab0926ecece47488d977b78724952c68.tar.bz2
gentoo-2-2d38e022ab0926ecece47488d977b78724952c68.zip
Enable multilib openldap support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/mit-krb5/ChangeLog5
-rw-r--r--app-crypt/mit-krb5/mit-krb5-1.12.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-crypt/mit-krb5/ChangeLog b/app-crypt/mit-krb5/ChangeLog
index c54d8febb035..36ca9e38e23e 100644
--- a/app-crypt/mit-krb5/ChangeLog
+++ b/app-crypt/mit-krb5/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/mit-krb5
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.401 2014/05/21 12:17:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.402 2014/05/30 21:23:19 mgorny Exp $
+
+ 30 May 2014; Michał Górny <mgorny@gentoo.org> mit-krb5-1.12.1-r1.ebuild:
+ Enable multilib openldap support.
21 May 2014; Michał Górny <mgorny@gentoo.org> mit-krb5-1.12.1-r1.ebuild:
Add krb5-config to MULTILIB_CHOST_TOOLS.
diff --git a/app-crypt/mit-krb5/mit-krb5-1.12.1-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.12.1-r1.ebuild
index 2f90017b88ac..daca5fe18809 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.12.1-r1.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.12.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.12.1-r1.ebuild,v 1.3 2014/05/21 12:17:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.12.1-r1.ebuild,v 1.4 2014/05/30 21:23:19 mgorny Exp $
EAPI=5
@@ -24,7 +24,7 @@ RDEPEND="!!app-crypt/heimdal
dev-libs/libverto[libevent,${MULTILIB_USEDEP}]
dev-libs/libverto[tevent,${MULTILIB_USEDEP}] )
keyutils? ( sys-apps/keyutils[${MULTILIB_USEDEP}] )
- openldap? ( net-nds/openldap )
+ openldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
pkinit? ( dev-libs/openssl[${MULTILIB_USEDEP}] )
selinux? ( sec-policy/selinux-kerberos )
xinetd? ( sys-apps/xinetd )
@@ -76,7 +76,7 @@ multilib_src_configure() {
ECONF_SOURCE=${S} \
WARN_CFLAGS="set" \
econf \
- $(multilib_native_use_with openldap ldap) \
+ $(use_with openldap ldap) \
"$(multilib_native_use_with test tcl "${EPREFIX}/usr")" \
$(use_enable pkinit) \
$(use_enable threads thread-support) \