diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-31 21:47:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-31 21:47:06 +0000 |
commit | aece7d8e3cc7df254f04ca5c762a4bc5c7028fbf (patch) | |
tree | 4a32ec33f27fe291b23d1316eebf1f6482f2fdb6 /dev-python/ldaptor | |
parent | ~amd64 (diff) | |
download | historical-aece7d8e3cc7df254f04ca5c762a4bc5c7028fbf.tar.gz historical-aece7d8e3cc7df254f04ca5c762a4bc5c7028fbf.tar.bz2 historical-aece7d8e3cc7df254f04ca5c762a4bc5c7028fbf.zip |
Stable on alpha.
Diffstat (limited to 'dev-python/ldaptor')
-rw-r--r-- | dev-python/ldaptor/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ldaptor/ldaptor-0.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ldaptor/ChangeLog b/dev-python/ldaptor/ChangeLog index bc8125fe388e..0403e5a197a6 100644 --- a/dev-python/ldaptor/ChangeLog +++ b/dev-python/ldaptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ldaptor # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ChangeLog,v 1.5 2004/05/04 11:48:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ChangeLog,v 1.6 2004/05/31 21:37:01 kloeri Exp $ + + 31 May 2004; Bryan Østergaard <kloeri@gentoo.org> ldaptor-0.0.6.ebuild: + Stable on alpha. 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> ldaptor-0.0.6.ebuild: Add missing IUSE. diff --git a/dev-python/ldaptor/ldaptor-0.0.6.ebuild b/dev-python/ldaptor/ldaptor-0.0.6.ebuild index 536216d14440..41b9bd4c6e7b 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-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.11 2004/05/04 11:48:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ldaptor-0.0.6.ebuild,v 1.12 2004/05/31 21:37:01 kloeri 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 ~ppc" +KEYWORDS="x86 alpha ~sparc ~ppc" IUSE="" DEPEND=">=dev-python/twisted-1.0.1-r1" |