summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-02-04 17:03:35 +0000
committerIan Delaney <idella4@gentoo.org>2013-02-04 17:03:35 +0000
commitce81aab8362b7d5516e01562183126d7a6b23193 (patch)
tree430b8af67ba647749b7d568184b8d5b6de1d76bc /dev-python/whoosh/whoosh-2.4.1-r1.ebuild
parentAdded socketpool-0.5.2-locale.patch to fix locale issue wrt Bug #454920 by fl... (diff)
downloadgentoo-2-ce81aab8362b7d5516e01562183126d7a6b23193.tar.gz
gentoo-2-ce81aab8362b7d5516e01562183126d7a6b23193.tar.bz2
gentoo-2-ce81aab8362b7d5516e01562183126d7a6b23193.zip
Change of fix to Bug #454848 to setting of preferred in source build mode
(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.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/whoosh/whoosh-2.4.1-r1.ebuild b/dev-python/whoosh/whoosh-2.4.1-r1.ebuild
index db86053ee6ef..6a861ad3f053 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.3 2013/02/04 10:06:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.4.1-r1.ebuild,v 1.4 2013/02/04 17:03:35 idella4 Exp $
EAPI="5"
@@ -21,7 +21,7 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
-DISTUTILS_NO_PARALLEL_BUILD=1
+DISTUTILS_IN_SOURCE_BUILD=1
S="${WORKDIR}/${MY_PN}-${PV}"