diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-07-02 14:35:33 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-07-02 14:35:33 +0000 |
commit | a72f3b39f1b55c73f3a0cd6052021b1c3370eb50 (patch) | |
tree | 7826f7f4bc69a8729736f8010e770ceaa59fdeb0 /net-libs | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-a72f3b39f1b55c73f3a0cd6052021b1c3370eb50.tar.gz gentoo-2-a72f3b39f1b55c73f3a0cd6052021b1c3370eb50.tar.bz2 gentoo-2-a72f3b39f1b55c73f3a0cd6052021b1c3370eb50.zip |
Stable on hppa, fixed bug 90982.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/pam_ldap/pam_ldap-176.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/pam_ldap/ChangeLog b/net-libs/pam_ldap/ChangeLog index 2395feba0815..773f674664ef 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.25 2005/05/02 01:55:34 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.26 2005/07/02 14:35:33 hansmi Exp $ + + 02 Jul 2005; Michael Hanselmann <hansmi@gentoo.org> pam_ldap-176.ebuild: + Stable on hppa, fixed bug 90982. 02 May 2005; Jason Wever <weeve@gentoo.org> pam_ldap-176.ebuild: Stable on SPARC. diff --git a/net-libs/pam_ldap/pam_ldap-176.ebuild b/net-libs/pam_ldap/pam_ldap-176.ebuild index 21f203b30bb7..04ea8239f3b5 100644 --- a/net-libs/pam_ldap/pam_ldap-176.ebuild +++ b/net-libs/pam_ldap/pam_ldap-176.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/net-libs/pam_ldap/pam_ldap-176.ebuild,v 1.4 2005/05/02 01:55:34 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-176.ebuild,v 1.5 2005/07/02 14:35:33 hansmi Exp $ DESCRIPTION="PAM LDAP Module" HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="x86 sparc ppc ~hppa ~alpha" +KEYWORDS="~alpha hppa ppc sparc x86" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 @@ -16,7 +16,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 src_compile() { aclocal - autoconf + WANT_AUTOCONF=2.5 autoconf automake --add-missing econf --with-ldap-lib=openldap `use_enable ssl` || die |