diff options
author | 2007-07-11 06:19:48 +0000 | |
---|---|---|
committer | 2007-07-11 06:19:48 +0000 | |
commit | 8f4f9f239d7f017bacebcc18595700e16bcd7fae (patch) | |
tree | ea4cf2d085c5e3ec6b5cdd0a99a4045d1ca6dd32 /dev-python/pastedeploy | |
parent | Bump jarbunder to latest release. (diff) | |
download | gentoo-2-8f4f9f239d7f017bacebcc18595700e16bcd7fae.tar.gz gentoo-2-8f4f9f239d7f017bacebcc18595700e16bcd7fae.tar.bz2 gentoo-2-8f4f9f239d7f017bacebcc18595700e16bcd7fae.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r-- | dev-python/pastedeploy/pastedeploy-1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-1.1.ebuild b/dev-python/pastedeploy/pastedeploy-1.1.ebuild index ab4a264726b6..88b32f512d32 100644 --- a/dev-python/pastedeploy/pastedeploy-1.1.ebuild +++ b/dev-python/pastedeploy/pastedeploy-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.1.ebuild,v 1.2 2007/07/04 18:04:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.1.ebuild,v 1.3 2007/07/11 06:19:47 mr_bones_ Exp $ NEED_PYTHON=2.4 @@ -28,7 +28,6 @@ S=${WORKDIR}/${MY_P} PYTHON_MODNAME="paste/deploy" - src_compile() { distutils_src_compile if use doc ; then |