summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-01 10:22:07 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-01 10:22:07 +0000
commitebe94ad9a83508c74ed2351822100047b13b0fc4 (patch)
treeb25d94f415f89b0fd532441dcbe0074f8af9f830 /dev-python/setuptools/setuptools-0.6.32.ebuild
parentVersion bump (bug 445290 by elvis4526@gmail.com) (diff)
downloadgentoo-2-ebe94ad9a83508c74ed2351822100047b13b0fc4.tar.gz
gentoo-2-ebe94ad9a83508c74ed2351822100047b13b0fc4.tar.bz2
gentoo-2-ebe94ad9a83508c74ed2351822100047b13b0fc4.zip
Force in-source build due to build system modifying sources.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/setuptools/setuptools-0.6.32.ebuild')
-rw-r--r--dev-python/setuptools/setuptools-0.6.32.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-0.6.32.ebuild b/dev-python/setuptools/setuptools-0.6.32.ebuild
index 4e8aa0d11edc..aa1bbf99773a 100644
--- a/dev-python/setuptools/setuptools-0.6.32.ebuild
+++ b/dev-python/setuptools/setuptools-0.6.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.32.ebuild,v 1.1 2012/11/30 22:09:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.32.ebuild,v 1.2 2012/12/01 10:22:07 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} jython2_5 )
@@ -21,6 +21,9 @@ IUSE=""
S="${WORKDIR}/${MY_P}"
+# Force in-source build because build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
DOCS=(
README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt}
)