summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 12:34:22 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 13:09:19 +0200
commite09e75fe3bc1e14d313d713229eb39d1f0bf762f (patch)
tree75c399ae67731bd7d8efebcb6fbcad82de42b38d /dev-vcs/bzr
parentsys-libs/musl: version 1.1.12 stable on amd64 and x86 (diff)
downloadgentoo-e09e75fe3bc1e14d313d713229eb39d1f0bf762f.tar.gz
gentoo-e09e75fe3bc1e14d313d713229eb39d1f0bf762f.tar.bz2
gentoo-e09e75fe3bc1e14d313d713229eb39d1f0bf762f.zip
dev-vcs/bzr: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-vcs/bzr')
-rw-r--r--dev-vcs/bzr/bzr-2.5.1-r1.ebuild6
-rw-r--r--dev-vcs/bzr/bzr-2.6.0.ebuild6
2 files changed, 0 insertions, 12 deletions
diff --git a/dev-vcs/bzr/bzr-2.5.1-r1.ebuild b/dev-vcs/bzr/bzr-2.5.1-r1.ebuild
index e81b2d40bb83..26b90ca917af 100644
--- a/dev-vcs/bzr/bzr-2.5.1-r1.ebuild
+++ b/dev-vcs/bzr/bzr-2.5.1-r1.ebuild
@@ -51,12 +51,6 @@ python_compile() {
distutils-r1_python_compile
}
-src_test() {
- # Race due to conflicting ports in
- # blackbox.test_serve.TestBzrServe.test_bzr_serve*.
- DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
-}
-
python_test() {
# Some tests expect the usual pyc compiling behaviour.
local -x PYTHONDONTWRITEBYTECODE
diff --git a/dev-vcs/bzr/bzr-2.6.0.ebuild b/dev-vcs/bzr/bzr-2.6.0.ebuild
index 6fcb43cce1ec..d9b532d4bd5c 100644
--- a/dev-vcs/bzr/bzr-2.6.0.ebuild
+++ b/dev-vcs/bzr/bzr-2.6.0.ebuild
@@ -54,12 +54,6 @@ python_compile() {
distutils-r1_python_compile
}
-src_test() {
- # Race due to conflicting ports in
- # blackbox.test_serve.TestBzrServe.test_bzr_serve*.
- DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
-}
-
python_test() {
# Some tests expect the usual pyc compiling behaviour.
local -x PYTHONDONTWRITEBYTECODE