summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/generator/generator-1.2.3.ebuild')
-rw-r--r--dev-python/generator/generator-1.2.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/generator/generator-1.2.3.ebuild b/dev-python/generator/generator-1.2.3.ebuild
index 0725ab695c88..3eb489e5b200 100644
--- a/dev-python/generator/generator-1.2.3.ebuild
+++ b/dev-python/generator/generator-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/generator/generator-1.2.3.ebuild,v 1.6 2006/04/01 14:56:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/generator/generator-1.2.3.ebuild,v 1.7 2007/06/26 01:59:18 mr_bones_ Exp $
SLOT="0"
IUSE=""
DESCRIPTION="Widget generator for Archetypes"
@@ -36,7 +36,7 @@ src_install() {
for i in ${python}; do
$i setup.py clean
- # ok, so this actually compiles them here, but it was the only way I could find to
+ # ok, so this actually compiles them here, but it was the only way I could find to
# compile both versions
$i setup.py build install --prefix=${D}/usr || die
done;