mgorny 14/06/18 20:47:15 Modified: pam_ldap-186-r1.ebuild ChangeLog Log: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 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.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild?r1=1.2&r2=1.3 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_ldap-186-r1.ebuild 30 May 2014 20:55:48 -0000 1.2 +++ pam_ldap-186-r1.ebuild 18 Jun 2014 20:47:15 -0000 1.3 @@ -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.2 2014/05/30 20:55:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild,v 1.3 2014/06/18 20:47:15 mgorny Exp $ EAPI=5 inherit eutils multilib-minimal pam @@ -15,9 +15,9 @@ IUSE="ssl sasl" 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[${MULTILIB_USEDEP}] )" + >=virtual/pam-0-r1[${MULTILIB_USEDEP}] + >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] + sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND} abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r7 1.46 sys-auth/pam_ldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ldap/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 30 May 2014 20:55:48 -0000 1.45 +++ ChangeLog 18 Jun 2014 20:47:15 -0000 1.46 @@ -1,6 +1,10 @@ # 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.45 2014/05/30 20:55:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.46 2014/06/18 20:47:15 mgorny Exp $ + + 18 Jun 2014; Michał Górny <[email protected]> pam_ldap-186-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 30 May 2014; Michał Górny <[email protected]> pam_ldap-186-r1.ebuild: Enable multilib sasl support.
