diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-14 00:15:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-14 00:19:28 +0100 |
commit | 5bdb3b2fa3861ca76c7481192e33e4fce7c2ddde (patch) | |
tree | 18517d47c5cdfb9ae78abe8ce476aba93cc13789 /media-sound/mixxx/mixxx-9999.ebuild | |
parent | dev-db/postgis: Drop 2.4.7, 2.4.8 and 2.5.2 (diff) | |
download | gentoo-5bdb3b2fa3861ca76c7481192e33e4fce7c2ddde.tar.gz gentoo-5bdb3b2fa3861ca76c7481192e33e4fce7c2ddde.tar.bz2 gentoo-5bdb3b2fa3861ca76c7481192e33e4fce7c2ddde.zip |
media-sound/mixxx: Add missing dependency
Closes: https://bugs.gentoo.org/704616
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/mixxx/mixxx-9999.ebuild')
-rw-r--r-- | media-sound/mixxx/mixxx-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/mixxx/mixxx-9999.ebuild b/media-sound/mixxx/mixxx-9999.ebuild index c3949aa84c2b..3c4c7d006b0d 100644 --- a/media-sound/mixxx/mixxx-9999.ebuild +++ b/media-sound/mixxx/mixxx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,6 +53,7 @@ RDEPEND=" media-libs/vamp-plugin-sdk sci-libs/fftw:3.0= sys-power/upower + virtual/glu virtual/libusb:1 virtual/opengl x11-libs/libX11 @@ -70,8 +71,7 @@ RDEPEND=" ffmpeg? ( media-video/ffmpeg:0= ) " # media-libs/rubberband RDEPENDs on sci-libs/fftw:3.0 -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig dev-qt/qttest:5 dev-qt/qtxmlpatterns:5 |