diff options
author | Markus Meier <maekke@gentoo.org> | 2012-10-21 08:55:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-10-21 08:55:09 +0000 |
commit | 675a0c34582bcf02b64e7bfab260ee19010f80b7 (patch) | |
tree | 13b453d7d0f28bc52adfa70a834a2576b0ba1736 /sys-auth/pam_ldap | |
parent | add ~arm, bug #406791 (diff) | |
download | gentoo-2-675a0c34582bcf02b64e7bfab260ee19010f80b7.tar.gz gentoo-2-675a0c34582bcf02b64e7bfab260ee19010f80b7.tar.bz2 gentoo-2-675a0c34582bcf02b64e7bfab260ee19010f80b7.zip |
add ~arm, bug #389561
(Portage version: 2.1.11.29/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-186.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 8994c23bcaad..771ef699670f 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.41 2010/11/25 20:28:10 constanze Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.42 2012/10/21 08:55:09 maekke Exp $ + + 21 Oct 2012; Markus Meier <maekke@gentoo.org> pam_ldap-186.ebuild: + add ~arm, bug #389561 *pam_ldap-186 (25 Nov 2010) diff --git a/sys-auth/pam_ldap/pam_ldap-186.ebuild b/sys-auth/pam_ldap/pam_ldap-186.ebuild index 979ab6b4653b..d896a4ea4f4c 100644 --- a/sys-auth/pam_ldap/pam_ldap-186.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-186.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 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.ebuild,v 1.1 2010/11/25 20:28:10 constanze Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186.ebuild,v 1.2 2012/10/21 08:55:09 maekke Exp $ inherit eutils pam @@ -10,7 +10,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="ssl sasl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |