diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-10-14 20:27:21 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-10-14 20:27:21 +0000 |
commit | 4192aea9db54684cd004d8ab02e799d3e65fc66b (patch) | |
tree | b0352197c2a2e98315d0d2d24bbcaa687e714360 /eclass/distutils.eclass | |
parent | Mark 3.1.5-r2 stable on ia64 (diff) | |
download | historical-4192aea9db54684cd004d8ab02e799d3e65fc66b.tar.gz historical-4192aea9db54684cd004d8ab02e799d3e65fc66b.tar.bz2 historical-4192aea9db54684cd004d8ab02e799d3e65fc66b.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r-- | eclass/distutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index f671a98a4fb6..12c52e55a372 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -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/eclass/distutils.eclass,v 1.35 2006/10/10 19:59:06 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.36 2006/10/14 20:27:21 swegener Exp $ # # Author: Jon Nelson <jnelson@gentoo.org> # Current Maintainer: Alastair Tse <liquidx@gentoo.org> @@ -46,7 +46,7 @@ distutils_src_install() { # - liquidx (14/08/2006) pylibdir="$(${python} -c 'from distutils.sysconfig import get_python_lib; print get_python_lib()')" [ -n "${pylibdir}" ] && dodir "${pylibdir}" - + if has_version ">=dev-lang/python-2.3"; then ${python} setup.py install --root=${D} --no-compile "$@" || die else |