diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 20:33:32 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 20:33:32 +0000 |
commit | fe9759d2f0db39a6c68c8a5be7c7ab2c27c8acd2 (patch) | |
tree | 46687953d17e236807a1ae57c23703403ef652c7 /dev-python/4suite | |
parent | Add missing IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-fe9759d2f0db39a6c68c8a5be7c7ab2c27c8acd2.tar.gz gentoo-2-fe9759d2f0db39a6c68c8a5be7c7ab2c27c8acd2.tar.bz2 gentoo-2-fe9759d2f0db39a6c68c8a5be7c7ab2c27c8acd2.zip |
Fix typo.
Diffstat (limited to 'dev-python/4suite')
-rw-r--r-- | dev-python/4suite/4suite-1.0_alpha3.ebuild | 5 | ||||
-rw-r--r-- | dev-python/4suite/ChangeLog | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/4suite/4suite-1.0_alpha3.ebuild b/dev-python/4suite/4suite-1.0_alpha3.ebuild index ee1b4b44d694..8ffe755c7eef 100644 --- a/dev-python/4suite/4suite-1.0_alpha3.ebuild +++ b/dev-python/4suite/4suite-1.0_alpha3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0_alpha3.ebuild,v 1.4 2004/05/04 11:03:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0_alpha3.ebuild,v 1.5 2004/05/07 20:33:32 kloeri Exp $ inherit distutils -MY_P=${P/4s/4S} MY_P=${MY_P/_alpha/a} S=${WORKDIR}/4Suite DESCRIPTION="Python tools for XML processing and object-databases." @@ -13,7 +12,7 @@ HOMEPAGE="http://www.4suite.org/" DEPEND=">=dev-python/pyxml-0.6.5" -ISEU="" +IUSE="" SLOT="0" KEYWORDS="x86 sparc ~alpha ~ppc" LICENSE="Apache-1.1" diff --git a/dev-python/4suite/ChangeLog b/dev-python/4suite/ChangeLog index d87fc8b029b9..0ad24f71f39d 100644 --- a/dev-python/4suite/ChangeLog +++ b/dev-python/4suite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/4suite # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/ChangeLog,v 1.5 2004/05/04 11:03:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/ChangeLog,v 1.6 2004/05/07 20:33:32 kloeri Exp $ + + 07 May 2004; Bryan Østergaard <kloeri@gentoo.org> 4suite-1.0_alpha3.ebuild: + Fix typo. 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> 4suite-0.11.1.ebuild, 4suite-1.0_alpha3.ebuild: |