diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-12-29 23:59:24 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-12-29 23:59:24 +0000 |
commit | 4b1eb557deea0c717c0727eada8060c0865de36b (patch) | |
tree | d0694df8ccc0afca6454737629c048ea6d11412a /sys-auth | |
parent | Forgot junit from deps. (diff) | |
download | gentoo-2-4b1eb557deea0c717c0727eada8060c0865de36b.tar.gz gentoo-2-4b1eb557deea0c717c0727eada8060c0865de36b.tar.bz2 gentoo-2-4b1eb557deea0c717c0727eada8060c0865de36b.zip |
stable on x86, bug #158254
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/nss_ldap/nss_ldap-253.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/nss_ldap/ChangeLog b/sys-auth/nss_ldap/ChangeLog index 8ce64f614010..90de2b766dfd 100644 --- a/sys-auth/nss_ldap/ChangeLog +++ b/sys-auth/nss_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/nss_ldap # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.33 2006/12/28 16:15:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.34 2006/12/29 23:59:24 opfer Exp $ + + 29 Dec 2006; <fauli@gentoo.org> nss_ldap-253.ebuild: + stable on x86, bug #158254 28 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> nss_ldap-253.ebuild: Stable on sparc wrt #158254 diff --git a/sys-auth/nss_ldap/nss_ldap-253.ebuild b/sys-auth/nss_ldap/nss_ldap-253.ebuild index 19cfe73253aa..edf6ef10452e 100644 --- a/sys-auth/nss_ldap/nss_ldap-253.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-253.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/nss_ldap/nss_ldap-253.ebuild,v 1.5 2006/12/28 16:15:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild,v 1.6 2006/12/29 23:59:24 opfer Exp $ inherit fixheadtails eutils gnuconfig multilib @@ -12,7 +12,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc x86" DEPEND=">=net-nds/openldap-2.1.30-r5 sasl? ( dev-libs/cyrus-sasl )" |