summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2007-07-08 03:58:55 +0000
committerTom Gall <tgall@gentoo.org>2007-07-08 03:58:55 +0000
commit50b374979a8b82af97491333ce2531a0476f1135 (patch)
tree078cc028632fff450c8e17670a65fdeda5f013cb /dev-perl/perl-ldap
parentStable on ppc; bug #184457. (diff)
downloadhistorical-50b374979a8b82af97491333ce2531a0476f1135.tar.gz
historical-50b374979a8b82af97491333ce2531a0476f1135.tar.bz2
historical-50b374979a8b82af97491333ce2531a0476f1135.zip
stable on ppc64
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl/perl-ldap')
-rw-r--r--dev-perl/perl-ldap/ChangeLog5
-rw-r--r--dev-perl/perl-ldap/perl-ldap-0.34.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/perl-ldap/ChangeLog b/dev-perl/perl-ldap/ChangeLog
index 560970d2ffa9..e0fb96f2cf4d 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.57 2007/05/12 05:16:20 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.58 2007/07/08 03:58:55 tgall Exp $
+
+ 07 Jul 2007; Tom Gall <tgall@gentoo.org> perl-ldap-0.34.ebuild:
+ stable on ppc64
12 May 2007; Joshua Kinard <kumba@gentoo.org> perl-ldap-0.34.ebuild:
Stable on mips.
diff --git a/dev-perl/perl-ldap/perl-ldap-0.34.ebuild b/dev-perl/perl-ldap/perl-ldap-0.34.ebuild
index c093f2886630..872728bd0bee 100644
--- a/dev-perl/perl-ldap/perl-ldap-0.34.ebuild
+++ b/dev-perl/perl-ldap/perl-ldap-0.34.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.34.ebuild,v 1.6 2007/05/12 05:16:20 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.34.ebuild,v 1.7 2007/07/08 03:58:55 tgall Exp $
inherit perl-module
@@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 mips ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 mips ppc ppc64 s390 sh sparc ~x86 ~x86-fbsd"
IUSE="sasl xml ssl"
DEPEND="dev-perl/Convert-ASN1