diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:08:49 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | 1298dc2cd43472dc1a6cef1018c050864c77eecc (patch) | |
tree | 13f2601b96d7fc7a9c31afb50aac8bc6c1597440 /net-news | |
parent | dev-python/sclapp: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.tar.gz gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.tar.bz2 gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.zip |
Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/rawdog/rawdog-2.19.ebuild | 2 | ||||
-rw-r--r-- | net-news/rawdog/rawdog-2.20.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net-news/rawdog/rawdog-2.19.ebuild b/net-news/rawdog/rawdog-2.19.ebuild index 1942f7653876..84c69bc7a560 100644 --- a/net-news/rawdog/rawdog-2.19.ebuild +++ b/net-news/rawdog/rawdog-2.19.ebuild @@ -18,8 +18,6 @@ IUSE="" DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]" RDEPEND="" -# Test run fails under multi threading -DISTUTILS_NO_PARALLEL_BUILD=1 python_test() { # pypy fails half way through; meh diff --git a/net-news/rawdog/rawdog-2.20.ebuild b/net-news/rawdog/rawdog-2.20.ebuild index ab66cbabc7d5..a2bc717fff67 100644 --- a/net-news/rawdog/rawdog-2.20.ebuild +++ b/net-news/rawdog/rawdog-2.20.ebuild @@ -18,8 +18,6 @@ IUSE="" DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]" RDEPEND="" -# Test run fails under multi threading -DISTUTILS_NO_PARALLEL_BUILD=1 python_test() { # pypy fails half way through; meh |