Skip to content

Commit

Permalink
dev-python/cliapp: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 22, 2015
1 parent a56fc75 commit 13a572e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dev-python/cliapp/cliapp-1.20130808.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ DEPEND="${PYTHON_DEPS}

src_test() {
addwrite /proc/self/comm
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}

Expand Down
3 changes: 1 addition & 2 deletions dev-python/cliapp/cliapp-1.20140315.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ DEPEND="${PYTHON_DEPS}
test? ( dev-python/CoverageTestRunner )"

src_test() {
use test && addwrite /proc/self/comm
local DISTUTILS_NO_PARALLEL_BUILD=1
addwrite /proc/self/comm
distutils-r1_src_test
}

Expand Down
2 changes: 1 addition & 1 deletion dev-python/cliapp/cliapp-1.20150305.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DEPEND="${PYTHON_DEPS}
test? ( dev-python/CoverageTestRunner )"

src_test() {
use test && addwrite /proc/self/comm
addwrite /proc/self/comm
distutils-r1_src_test
}

Expand Down

0 comments on commit 13a572e

Please sign in to comment.