diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:47:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:47:15 +0000 |
commit | 9927ae07433f64002cd37e25c9a5239841eb0f22 (patch) | |
tree | 7cc81457048be4be528eb29b7b04d7b0a04e752c | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-9927ae07433f64002cd37e25c9a5239841eb0f22.tar.gz gentoo-2-9927ae07433f64002cd37e25c9a5239841eb0f22.tar.bz2 gentoo-2-9927ae07433f64002cd37e25c9a5239841eb0f22.zip |
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!)
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-186-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index ef9cdc3e4e37..e9ec42f40ee5 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -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 <mgorny@gentoo.org> pam_ldap-186-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 30 May 2014; Michał Górny <mgorny@gentoo.org> pam_ldap-186-r1.ebuild: Enable multilib sasl support. diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild index 2ca4bf33f902..f0a68ebf2ae7 100644 --- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-186-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/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 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 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 |