diff options
-rw-r--r-- | dev-python/validation/validation-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/validation/validation-1.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/validation/validation-1.0.1.ebuild b/dev-python/validation/validation-1.0.1.ebuild index fd81db49e446..b3df08bee662 100644 --- a/dev-python/validation/validation-1.0.1.ebuild +++ b/dev-python/validation/validation-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.0.1.ebuild,v 1.5 2004/06/25 01:51:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.0.1.ebuild,v 1.6 2007/06/26 02:00:28 mr_bones_ Exp $ SLOT="0" IUSE="" DESCRIPTION="Generic validators originally defined 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; diff --git a/dev-python/validation/validation-1.2.3.ebuild b/dev-python/validation/validation-1.2.3.ebuild index bdddc49fa7a5..25a1eba0da1f 100644 --- a/dev-python/validation/validation-1.2.3.ebuild +++ b/dev-python/validation/validation-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/validation/validation-1.2.3.ebuild,v 1.4 2006/04/01 19:18:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.2.3.ebuild,v 1.5 2007/06/26 02:00:28 mr_bones_ Exp $ SLOT="0" IUSE="" DESCRIPTION="Generic validators originally defined 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; |