diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-06-06 10:06:48 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-06-06 10:06:48 +0000 |
commit | c44f3c01e6e810b40ce6ad0476cb84265f0ec6e3 (patch) | |
tree | 0ffeb527f0e4421c739c7988a194f49e043a799b /net-libs/pam_ldap | |
parent | add svn:// (diff) | |
download | gentoo-2-c44f3c01e6e810b40ce6ad0476cb84265f0ec6e3.tar.gz gentoo-2-c44f3c01e6e810b40ce6ad0476cb84265f0ec6e3.tar.bz2 gentoo-2-c44f3c01e6e810b40ce6ad0476cb84265f0ec6e3.zip |
Marked stable on hppa.
Diffstat (limited to 'net-libs/pam_ldap')
-rw-r--r-- | net-libs/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/pam_ldap/pam_ldap-167.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/pam_ldap/ChangeLog b/net-libs/pam_ldap/ChangeLog index efa4f5692e9c..34d69365c31c 100644 --- a/net-libs/pam_ldap/ChangeLog +++ b/net-libs/pam_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/pam_ldap # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.13 2004/03/30 01:12:30 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.14 2004/06/06 10:04:20 gmsoft Exp $ + + 06 Jun 2004; Guy Martin <gmsoft@gentoo.org> pam_ldap-167.ebuild: + Marked stable on hppa. 30 Mar 2004; Lars Weiler <pylon@gentoo.org> pam_ldap-167.ebuild: Masked ~ppc on user report diff --git a/net-libs/pam_ldap/pam_ldap-167.ebuild b/net-libs/pam_ldap/pam_ldap-167.ebuild index 9781d42264b9..44c97e13ce51 100644 --- a/net-libs/pam_ldap/pam_ldap-167.ebuild +++ b/net-libs/pam_ldap/pam_ldap-167.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-167.ebuild,v 1.2 2004/03/30 01:12:30 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-167.ebuild,v 1.3 2004/06/06 10:04:20 gmsoft Exp $ S=${WORKDIR}/${P} DESCRIPTION="PAM LDAP Module" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" SRC_URI="http://www.padl.com/download/${P}.tar.gz" SLOT="0" LICENSE="GPL-2 | LGPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 ~sparc ~ppc hppa" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |