Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/
Date: Thu, 14 Oct 2021 09:13:55
Message-Id: 1634202813.f8ed35f55c54975905d50c213837bfa6559e810c.sam@gentoo
1 commit: f8ed35f55c54975905d50c213837bfa6559e810c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 09:13:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 09:13:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ed35f5
7
8 media-sound/mixxx: depend on older scons
9
10 A PR is pending for the CMake port.
11
12 Bug: https://bugs.gentoo.org/806085
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-sound/mixxx/mixxx-2.2.4-r1.ebuild | 8 ++++++--
16 1 file changed, 6 insertions(+), 2 deletions(-)
17
18 diff --git a/media-sound/mixxx/mixxx-2.2.4-r1.ebuild b/media-sound/mixxx/mixxx-2.2.4-r1.ebuild
19 index 06e567d0809..8cb76558f56 100644
20 --- a/media-sound/mixxx/mixxx-2.2.4-r1.ebuild
21 +++ b/media-sound/mixxx/mixxx-2.2.4-r1.ebuild
22 @@ -74,10 +74,14 @@ RDEPEND="
23 "
24 # media-libs/rubberband RDEPENDs on sci-libs/fftw:3.0
25 DEPEND="${RDEPEND}
26 - virtual/pkgconfig
27 dev-qt/qttest:5
28 dev-qt/qtxmlpatterns:5
29 - ${PYTHON_DEPS}
30 +"
31 +# See bug #806085 for scons upper bound, newer versions drop scons dependency
32 +# altogether.
33 +BDEPEND="${PYTHON_DEPS}
34 + <dev-util/scons-4.2.0
35 + virtual/pkgconfig
36 "
37
38 PATCHES=(