summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-08-02 06:24:38 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-08-02 06:24:38 +0000
commit495a99cc4bce76cf3c108a268540ede6090ba747 (patch)
treee1e212cf094ce86b55f83aa4ce744a1f15346121
parentDon't inherit from gtk-engines2.eclass. (diff)
downloadgentoo-2-495a99cc4bce76cf3c108a268540ede6090ba747.tar.gz
gentoo-2-495a99cc4bce76cf3c108a268540ede6090ba747.tar.bz2
gentoo-2-495a99cc4bce76cf3c108a268540ede6090ba747.zip
Stable on ppc64 (bug #100198)
(Portage version: 2.0.51.22-r2)
-rw-r--r--dev-perl/perl-ldap/ChangeLog5
-rw-r--r--dev-perl/perl-ldap/perl-ldap-0.33.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/perl-ldap/ChangeLog b/dev-perl/perl-ldap/ChangeLog
index a1f962d6ba24..5de009eefb65 100644
--- a/dev-perl/perl-ldap/ChangeLog
+++ b/dev-perl/perl-ldap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/perl-ldap
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.27 2005/05/24 15:52:09 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.28 2005/08/02 06:24:38 corsair Exp $
+
+ 02 Aug 2005; Markus Rothe <corsair@gentoo.org> perl-ldap-0.33.ebuild:
+ Stable on ppc64 (bug #100198)
24 May 2005; Michael Cummings <mcummings@gentoo.org> perl-ldap-0.31.ebuild,
perl-ldap-0.33.ebuild:
diff --git a/dev-perl/perl-ldap/perl-ldap-0.33.ebuild b/dev-perl/perl-ldap/perl-ldap-0.33.ebuild
index 55d757d5cee5..71cb3268e935 100644
--- a/dev-perl/perl-ldap/perl-ldap-0.33.ebuild
+++ b/dev-perl/perl-ldap/perl-ldap-0.33.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/dev-perl/perl-ldap/perl-ldap-0.33.ebuild,v 1.2 2005/05/24 15:52:09 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.33.ebuild,v 1.3 2005/08/02 06:24:38 corsair Exp $
inherit perl-module
@@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~ia64 ~s390 ~hppa ~amd64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86"
IUSE="sasl xml ssl"
DEPEND="dev-perl/Convert-ASN1