diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-03 03:56:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-03 03:56:13 +0000 |
commit | ad25b7979b968fa5e32fc37fa0207038692c0a26 (patch) | |
tree | c86a91128f26017670625e00103bc2125fbdbc8a /dev-python/virtualenv | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-ad25b7979b968fa5e32fc37fa0207038692c0a26.tar.gz gentoo-2-ad25b7979b968fa5e32fc37fa0207038692c0a26.tar.bz2 gentoo-2-ad25b7979b968fa5e32fc37fa0207038692c0a26.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/virtualenv/virtualenv-1.0.ebuild b/dev-python/virtualenv/virtualenv-1.0.ebuild index 1250515d59de..f5e9deb9ca89 100644 --- a/dev-python/virtualenv/virtualenv-1.0.ebuild +++ b/dev-python/virtualenv/virtualenv-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.0.ebuild,v 1.1 2008/04/03 00:24:53 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.0.ebuild,v 1.2 2008/04/03 03:56:13 mr_bones_ Exp $ NEED_PYTHON="2.3" @@ -21,4 +21,3 @@ src_unpack() { cd "${S}" rm ez_setup.py } - |