diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2006-12-17 21:57:50 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2006-12-17 21:57:50 +0000 |
commit | 35384e5b4e76d152c91ae3aa417a24db897e852d (patch) | |
tree | 3cb46493f143b51fdc7fcbe2a55e4de515be724d /sys-auth/pam_ldap | |
parent | Stable on hppa. See bug #155949. (diff) | |
download | gentoo-2-35384e5b4e76d152c91ae3aa417a24db897e852d.tar.gz gentoo-2-35384e5b4e76d152c91ae3aa417a24db897e852d.tar.bz2 gentoo-2-35384e5b4e76d152c91ae3aa417a24db897e852d.zip |
Stable on hppa. See bug #153916.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-183.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 14f081ce4059..7718f00aa691 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.36 2006/12/13 18:47:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.37 2006/12/17 21:57:50 killerfox Exp $ + + 17 Dec 2006; René Nussbaumer <killerfox@gentoo.org> pam_ldap-183.ebuild: + Stable on hppa. See bug #153916. 13 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> pam_ldap-183.ebuild: Stable on Alpha, bug 153916. diff --git a/sys-auth/pam_ldap/pam_ldap-183.ebuild b/sys-auth/pam_ldap/pam_ldap-183.ebuild index c639fdbbd8c2..e7407100d281 100644 --- a/sys-auth/pam_ldap/pam_ldap-183.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-183.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-183.ebuild,v 1.7 2006/12/13 18:47:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-183.ebuild,v 1.8 2006/12/17 21:57:50 killerfox Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -13,7 +13,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86" IUSE="ssl sasl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |