Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_ldap: pam_ldap-186-r1.ebuild ChangeLog
Date: Fri, 30 May 2014 20:55:51
Message-Id: 20140530205548.B0C8C2004E@flycatcher.gentoo.org
1 mgorny 14/05/30 20:55:48
2
3 Modified: pam_ldap-186-r1.ebuild ChangeLog
4 Log:
5 Enable multilib sasl support.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: pam_ldap-186-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pam_ldap-186-r1.ebuild 30 May 2014 14:28:56 -0000 1.1
23 +++ pam_ldap-186-r1.ebuild 30 May 2014 20:55:48 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild,v 1.1 2014/05/30 14:28:56 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild,v 1.2 2014/05/30 20:55:48 mgorny Exp $
29
30 EAPI=5
31 inherit eutils multilib-minimal pam
32 @@ -17,7 +17,7 @@
33 DEPEND="|| ( >=sys-libs/glibc-2.1.3 >=sys-freebsd/freebsd-lib-9.1 )
34 virtual/pam[${MULTILIB_USEDEP}]
35 >=net-nds/openldap-2.1.30-r5[${MULTILIB_USEDEP}]
36 - sasl? ( dev-libs/cyrus-sasl )"
37 + sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )"
38 RDEPEND="${DEPEND}
39 abi_x86_32? (
40 !<=app-emulation/emul-linux-x86-baselibs-20140508-r7
41 @@ -29,9 +29,7 @@
42 --with-ldap-lib=openldap
43 $(use_enable ssl)
44 )
45 - if ! multilib_is_native_abi || ! use sasl; then
46 - myconf+=( ac_cv_header_sasl_sasl_h=no )
47 - fi
48 + use sasl || myconf+=( ac_cv_header_sasl_sasl_h=no )
49
50 ECONF_SOURCE=${S} \
51 econf "${myconf[@]}"
52
53
54
55 1.45 sys-auth/pam_ldap/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.45&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.45&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?r1=1.44&r2=1.45
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v
64 retrieving revision 1.44
65 retrieving revision 1.45
66 diff -u -r1.44 -r1.45
67 --- ChangeLog 30 May 2014 14:28:56 -0000 1.44
68 +++ ChangeLog 30 May 2014 20:55:48 -0000 1.45
69 @@ -1,6 +1,9 @@
70 # ChangeLog for sys-auth/pam_ldap
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.44 2014/05/30 14:28:56 mgorny Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.45 2014/05/30 20:55:48 mgorny Exp $
74 +
75 + 30 May 2014; Michał Górny <mgorny@g.o> pam_ldap-186-r1.ebuild:
76 + Enable multilib sasl support.
77
78 *pam_ldap-186-r1 (30 May 2014)