diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-10-03 07:19:59 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-10-03 07:19:59 +0000 |
commit | e01ff29d22fe5280ae74449d5bc97c885f231c74 (patch) | |
tree | d02f24c03ffc93a58d8d07541adb61f88d3d4fb1 /sys-auth/pam_ldap | |
parent | Added to ~mips. (diff) | |
download | gentoo-2-e01ff29d22fe5280ae74449d5bc97c885f231c74.tar.gz gentoo-2-e01ff29d22fe5280ae74449d5bc97c885f231c74.tar.bz2 gentoo-2-e01ff29d22fe5280ae74449d5bc97c885f231c74.zip |
Added to ~mips.
(Portage version: 2.0.51.22-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-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 2549c8d92498..45f3c3d42931 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.18 2005/09/17 01:01:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.19 2005/10/03 07:19:59 hansmi Exp $ + + 03 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> pam_ldap-180.ebuild: + Added to ~mips. 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> pam_ldap-180.ebuild: Mark 180 stable on alpha diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index 740597fafd77..ce38f5f84e1d 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.8 2005/09/17 01:01:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.9 2005/10/03 07:19:59 hansmi 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 ~mips ppc ppc64 sparc x86" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |