diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-08 20:05:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-08 20:05:55 +0000 |
commit | f052fa3adb185155ab6af4d71d238755ad35ce5d (patch) | |
tree | 7103557c8055187e767f76918abbca4cdd9fc812 /sys-auth | |
parent | Stable on hppa (diff) | |
download | gentoo-2-f052fa3adb185155ab6af4d71d238755ad35ce5d.tar.gz gentoo-2-f052fa3adb185155ab6af4d71d238755ad35ce5d.tar.bz2 gentoo-2-f052fa3adb185155ab6af4d71d238755ad35ce5d.zip |
Re-add ~amd64 as it seems to have got lost.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-178-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index e0517159bf80..b2683db1db65 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.6 2005/07/07 10:32:17 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.7 2005/07/08 20:05:55 robbat2 Exp $ + + 08 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-178-r1.ebuild: + Re-add ~amd64 as it seems to have got lost. 07 Jul 2005; Markus Rothe <corsair@gentoo.org> pam_ldap-178-r1.ebuild: added ~ppc64 diff --git a/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild index b3dc857aa4f8..abd25a8d00f6 100644 --- a/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-178-r1.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-178-r1.ebuild,v 1.5 2005/07/07 10:32:17 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild,v 1.6 2005/07/08 20:05:55 robbat2 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 ~hppa ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~hppa ppc ~ppc64 sparc ~x86 ~amd64" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |