summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-01 10:46:28 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-01 10:46:28 +0000
commit288669d7ee50640ccaf686de688b12b482b1bb56 (patch)
tree97c22a49242937c27329cfe4c36ced8f238b1b48 /dev-python
parentIntroduce a cleaned up PyPy ebuilds using python-any-r1 & installing epython ... (diff)
downloadgentoo-2-288669d7ee50640ccaf686de688b12b482b1bb56.tar.gz
gentoo-2-288669d7ee50640ccaf686de688b12b482b1bb56.tar.bz2
gentoo-2-288669d7ee50640ccaf686de688b12b482b1bb56.zip
Force in-source build in the older version too.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/setuptools/ChangeLog5
-rw-r--r--dev-python/setuptools/setuptools-0.6.30-r1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog
index 3290e46a2856..77197cf795f0 100644
--- a/dev-python/setuptools/ChangeLog
+++ b/dev-python/setuptools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/setuptools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.163 2012/12/01 10:22:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.164 2012/12/01 10:46:28 mgorny Exp $
+
+ 01 Dec 2012; Michał Górny <mgorny@gentoo.org> setuptools-0.6.30-r1.ebuild:
+ Force in-source build in the older version too.
01 Dec 2012; Michał Górny <mgorny@gentoo.org> setuptools-0.6.32.ebuild:
Force in-source build due to build system modifying sources.
diff --git a/dev-python/setuptools/setuptools-0.6.30-r1.ebuild b/dev-python/setuptools/setuptools-0.6.30-r1.ebuild
index e1be20f204c4..816fb6658131 100644
--- a/dev-python/setuptools/setuptools-0.6.30-r1.ebuild
+++ b/dev-python/setuptools/setuptools-0.6.30-r1.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.30-r1.ebuild,v 1.2 2012/11/20 05:40:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.30-r1.ebuild,v 1.3 2012/12/01 10:46:28 mgorny Exp $
EAPI="4"
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}"
+# The build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
DOCS=(
README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt}
)