From a73e3b27ee3a099d3bce7d840d4ede4098f4df2a Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 4 Aug 2019 13:09:46 -0400 Subject: dev-python/python-systemd: disable parallel build Closes: https://bugs.gentoo.org/690316 Package-Manager: Portage-2.3.70_p2, Repoman-2.3.16_p22 Signed-off-by: Mike Gilbert --- dev-python/python-systemd/python-systemd-234.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'dev-python/python-systemd/python-systemd-234.ebuild') diff --git a/dev-python/python-systemd/python-systemd-234.ebuild b/dev-python/python-systemd/python-systemd-234.ebuild index 978b842ca4bc..14dc2725969d 100644 --- a/dev-python/python-systemd/python-systemd-234.ebuild +++ b/dev-python/python-systemd/python-systemd-234.ebuild @@ -27,9 +27,17 @@ RDEPEND="${COMMON_DEPEND} " PATCHES=( -# "${FILESDIR}"/233-xfail-bind.patch ) +python_compile() { + if python_is_python3; then + # https://bugs.gentoo.org/690316 + distutils-r1_python_compile -j1 + else + distutils-r1_python_compile + fi +} + python_test() { pushd "${BUILD_DIR}/lib" > /dev/null || die pytest -o cache_dir="${T}" -vv || die -- cgit v1.2.3