diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-27 16:10:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-27 16:10:45 +0000 |
commit | a77a9bb1cf26832884e8f6f9b5e347529801a2f7 (patch) | |
tree | bffd0c86a59c8cffa6761b19e187545de62cb264 /sys-auth | |
parent | Stable for ppc64, wrt bug #525278 (diff) | |
download | gentoo-2-a77a9bb1cf26832884e8f6f9b5e347529801a2f7.tar.gz gentoo-2-a77a9bb1cf26832884e8f6f9b5e347529801a2f7.tar.bz2 gentoo-2-a77a9bb1cf26832884e8f6f9b5e347529801a2f7.zip |
Stable for ppc64, wrt bug #525280
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-186-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 88c3369766a5..07418930a2df 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -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.50 2014/10/23 11:27:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.51 2014/10/27 16:10:45 ago Exp $ + + 27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pam_ldap-186-r1.ebuild: + Stable for ppc64, wrt bug #525280 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> pam_ldap-186-r1.ebuild: x86 stable, bug #525280 diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild index 116288dfc829..76189d098f59 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.7 2014/10/23 11:27:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild,v 1.8 2014/10/27 16:10:45 ago Exp $ EAPI=5 inherit eutils multilib-minimal pam @@ -11,7 +11,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" +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 ) |