public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotools/
Date: Wed, 13 Mar 2024 21:04:41 +0000 (UTC)	[thread overview]
Message-ID: <1710363847.2c3538475e38700f080333f9bcc50748036b7055.sam@gentoo> (raw)

commit:     2c3538475e38700f080333f9bcc50748036b7055
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 13 19:05:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 21:04:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c353847

media-sound/audiotools: work around broken parallel building

Because setuptools cannot handle two extensions that build the source
code, and races.

Closes: https://bugs.gentoo.org/860444
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/audiotools/audiotools-3.1.1-r2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/media-sound/audiotools/audiotools-3.1.1-r2.ebuild b/media-sound/audiotools/audiotools-3.1.1-r2.ebuild
index 3d93d632d29e..02b83872ef6f 100644
--- a/media-sound/audiotools/audiotools-3.1.1-r2.ebuild
+++ b/media-sound/audiotools/audiotools-3.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -82,6 +82,12 @@ python_compile_all() {
 	emake -C docs
 }
 
+python_compile() {
+	# setuptools is broken with parallel builds
+	local MAKEOPTS=-j1
+	distutils-r1_python_compile
+}
+
 python_test() {
 	cd test || die
 	"${PYTHON}" test.py || die


             reply	other threads:[~2024-03-13 21:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 21:04 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-22 20:52 [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotools/ Arthur Zamarin
2025-03-22 20:52 Arthur Zamarin
2024-07-30  9:18 Pacho Ramos
2023-05-29 18:29 Andreas Sturmlechner
2023-05-04  7:02 Miroslav Šulc
2022-07-02 12:20 Agostino Sarubbo
2022-07-01 11:17 Miroslav Šulc
2022-06-28  8:35 Miroslav Šulc
2021-03-11 19:36 Ben Kohler
2020-12-18  9:00 Michał Górny
2020-01-12 11:14 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710363847.2c3538475e38700f080333f9bcc50748036b7055.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox