diff options
author | Sam James <sam@gentoo.org> | 2021-10-14 10:13:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-14 10:13:33 +0100 |
commit | f8ed35f55c54975905d50c213837bfa6559e810c (patch) | |
tree | 2c2a5c1c2fe50b52894f3bf7c643f9486a252b8c /media-sound/mixxx | |
parent | dev-util/scons: Revert "Remove old" (restore 4.1.0 for now) (diff) | |
download | gentoo-f8ed35f55c54975905d50c213837bfa6559e810c.tar.gz gentoo-f8ed35f55c54975905d50c213837bfa6559e810c.tar.bz2 gentoo-f8ed35f55c54975905d50c213837bfa6559e810c.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/mixxx')
-rw-r--r-- | media-sound/mixxx/mixxx-2.2.4-r1.ebuild | 8 |
1 files 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 06e567d08097..8cb76558f56b 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=( |