summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-03-18 18:54:02 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-03-18 18:54:02 +0000
commit4f5bc5164d50c013492f326467bd5e369cf976a5 (patch)
tree5818b9ff57ffd2e6020ae0e623581e3d0acb4950 /dev-perl/perl-ldap
parentadd ~x86-solaris ~sparc-solaris kw to dev-perl/DBD-mysql-4.01.3, as tested on... (diff)
downloadgentoo-2-4f5bc5164d50c013492f326467bd5e369cf976a5.tar.gz
gentoo-2-4f5bc5164d50c013492f326467bd5e369cf976a5.tar.bz2
gentoo-2-4f5bc5164d50c013492f326467bd5e369cf976a5.zip
add ~x86-solaris ~sparc-solaris kw to dev-perl/perl-ldap-0.40, as tested on bug 308683
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/perl-ldap')
-rw-r--r--dev-perl/perl-ldap/perl-ldap-0.40.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/perl-ldap/perl-ldap-0.40.ebuild b/dev-perl/perl-ldap/perl-ldap-0.40.ebuild
index d68aa7a4e897..ffefdb182595 100644
--- a/dev-perl/perl-ldap/perl-ldap-0.40.ebuild
+++ b/dev-perl/perl-ldap/perl-ldap-0.40.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.40.ebuild,v 1.1 2010/03/15 18:42:00 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.40.ebuild,v 1.2 2010/03/18 18:54:02 darkside Exp $
EAPI=2
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A collection of perl modules which provide an object-oriented interface to LDAP servers."
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="sasl xml ssl"
RDEPEND="dev-perl/Convert-ASN1