summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-02-04 10:06:38 +0000
committerIan Delaney <idella4@gentoo.org>2013-02-04 10:06:38 +0000
commitbdc48bbca340afb4bb5849721eedcc7c19189ba0 (patch)
tree6bb42c554bd5ec05514fc064da383548cf78e5b0 /dev-python/whoosh/whoosh-2.4.1-r1.ebuild
parentStable for alpha, wrt bug #454906 (diff)
downloadgentoo-2-bdc48bbca340afb4bb5849721eedcc7c19189ba0.tar.gz
gentoo-2-bdc48bbca340afb4bb5849721eedcc7c19189ba0.tar.bz2
gentoo-2-bdc48bbca340afb4bb5849721eedcc7c19189ba0.zip
Set DISTUTILS_NO_PARALLEL_BUILD, fixes Bug #454848 by flameeyes
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/whoosh/whoosh-2.4.1-r1.ebuild')
-rw-r--r--dev-python/whoosh/whoosh-2.4.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/whoosh/whoosh-2.4.1-r1.ebuild b/dev-python/whoosh/whoosh-2.4.1-r1.ebuild
index 0fca7c5534c9..db86053ee6ef 100644
--- a/dev-python/whoosh/whoosh-2.4.1-r1.ebuild
+++ b/dev-python/whoosh/whoosh-2.4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.4.1-r1.ebuild,v 1.2 2013/02/02 01:12:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.4.1-r1.ebuild,v 1.3 2013/02/04 10:06:38 idella4 Exp $
EAPI="5"
@@ -21,6 +21,7 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
+DISTUTILS_NO_PARALLEL_BUILD=1
S="${WORKDIR}/${MY_PN}-${PV}"