diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-25 14:10:20 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-25 14:10:20 +0000 |
commit | 3afe37e7a9f57e03e511f2031da39bbace0d06bc (patch) | |
tree | f3ba199b022b77d0e1b6842be155fbb375e8cf0f /sys-auth | |
parent | Stable on sparc wrt #103661 (diff) | |
download | gentoo-2-3afe37e7a9f57e03e511f2031da39bbace0d06bc.tar.gz gentoo-2-3afe37e7a9f57e03e511f2031da39bbace0d06bc.tar.bz2 gentoo-2-3afe37e7a9f57e03e511f2031da39bbace0d06bc.zip |
Stable on sparc wrt #103659
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index ae1399ceb7b0..980d24c1e985 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ldap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.12 2005/08/25 08:08:06 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.13 2005/08/25 14:10:20 gustavoz Exp $ + + 25 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> pam_ldap-180.ebuild: + Stable on sparc wrt #103659 25 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> pam_ldap-180.ebuild: Stable on hppa and ppc. diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index d665b24254c4..e8da71a9c471 100644 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-180.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.2 2005/08/25 08:08:06 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.3 2005/08/25 14:10:20 gustavoz Exp $ inherit eutils @@ -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 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ppc ~ppc64 sparc ~x86" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |