mgorny 14/05/30 20:55:48 Modified: pam_ldap-186-r1.ebuild ChangeLog Log: Enable multilib sasl support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 sys-auth/pam_ldap/pam_ldap-186-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild?rev=1.2&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild?r1=1.1&r2=1.2 Index: pam_ldap-186-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pam_ldap-186-r1.ebuild 30 May 2014 14:28:56 -0000 1.1 +++ pam_ldap-186-r1.ebuild 30 May 2014 20:55:48 -0000 1.2 @@ -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/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild,v 1.1 2014/05/30 14:28:56 mgorny Exp $ +# $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 $ EAPI=5 inherit eutils multilib-minimal pam @@ -17,7 +17,7 @@ DEPEND="|| ( >=sys-libs/glibc-2.1.3 >=sys-freebsd/freebsd-lib-9.1 ) virtual/pam[${MULTILIB_USEDEP}] >=net-nds/openldap-2.1.30-r5[${MULTILIB_USEDEP}] - sasl? ( dev-libs/cyrus-sasl )" + sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND} abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r7 @@ -29,9 +29,7 @@ --with-ldap-lib=openldap $(use_enable ssl) ) - if ! multilib_is_native_abi || ! use sasl; then - myconf+=( ac_cv_header_sasl_sasl_h=no ) - fi + use sasl || myconf+=( ac_cv_header_sasl_sasl_h=no ) ECONF_SOURCE=${S} \ econf "${myconf[@]}" 1.45 sys-auth/pam_ldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 30 May 2014 14:28:56 -0000 1.44 +++ ChangeLog 30 May 2014 20:55:48 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ldap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.44 2014/05/30 14:28:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.45 2014/05/30 20:55:48 mgorny Exp $ + + 30 May 2014; Michał Górny <[email protected]> pam_ldap-186-r1.ebuild: + Enable multilib sasl support. *pam_ldap-186-r1 (30 May 2014)
