commit:     f8ed35f55c54975905d50c213837bfa6559e810c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 09:13:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 09:13:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ed35f5

media-sound/mixxx: depend on older scons

A PR is pending for the CMake port.

Bug: https://bugs.gentoo.org/806085
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/mixxx/mixxx-2.2.4-r1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/media-sound/mixxx/mixxx-2.2.4-r1.ebuild 
b/media-sound/mixxx/mixxx-2.2.4-r1.ebuild
index 06e567d0809..8cb76558f56 100644
--- a/media-sound/mixxx/mixxx-2.2.4-r1.ebuild
+++ b/media-sound/mixxx/mixxx-2.2.4-r1.ebuild
@@ -74,10 +74,14 @@ RDEPEND="
 "
 # media-libs/rubberband RDEPENDs on sci-libs/fftw:3.0
 DEPEND="${RDEPEND}
-       virtual/pkgconfig
        dev-qt/qttest:5
        dev-qt/qtxmlpatterns:5
-       ${PYTHON_DEPS}
+"
+# See bug #806085 for scons upper bound, newer versions drop scons dependency
+# altogether.
+BDEPEND="${PYTHON_DEPS}
+       <dev-util/scons-4.2.0
+       virtual/pkgconfig
 "
 
 PATCHES=(

Reply via email to