diff options
Diffstat (limited to 'dev-python/ldaptor/ldaptor-0.0.6.ebuild')
-rw-r--r-- | dev-python/ldaptor/ldaptor-0.0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ldaptor/ldaptor-0.0.6.ebuild b/dev-python/ldaptor/ldaptor-0.0.6.ebuild index bab53f16697a..51f1dce0f06c 100644 --- a/dev-python/ldaptor/ldaptor-0.0.6.ebuild +++ b/dev-python/ldaptor/ldaptor-0.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ldaptor-0.0.6.ebuild,v 1.9 2003/09/11 01:14:04 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ldaptor-0.0.6.ebuild,v 1.10 2004/04/30 11:29:24 dholm Exp $ DESCRIPTION="set of LDAP utilities for use from the command line" HOMEPAGE="http://twistedmatrix.com/users/tv/ldaptor/" @@ -8,7 +8,7 @@ SRC_URI="http://twistedmatrix.com/users/tv/ldaptor/${PN}_${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~alpha ~sparc" +KEYWORDS="x86 ~alpha ~sparc ~ppc" DEPEND=">=dev-python/twisted-1.0.1-r1" |