Skip to content

Commit

Permalink
media-sound/sonic-visualizser: USE=mad needed for tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/736621
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
fordfrog committed Aug 11, 2020
1 parent d7e89ce commit 218418e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions media-sound/sonic-visualiser/sonic-visualiser-4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI="https://code.soundsoftware.ac.uk/attachments/download/2717/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="id3tag jack mad ogg opus osc +portaudio pulseaudio"
IUSE="id3tag jack mad ogg opus osc +portaudio pulseaudio test"

BDEPEND="
dev-qt/qttest:5
Expand Down Expand Up @@ -54,7 +54,11 @@ RDEPEND="
"
DEPEND="${RDEPEND}"

REQUIRED_USE="|| ( jack pulseaudio portaudio )"
# tests fail without mp3 support
REQUIRED_USE="
|| ( jack pulseaudio portaudio )
test? ( mad )
"

PATCHES=(
"${FILESDIR}/${PN}-4.0.1-notest.patch"
Expand Down

0 comments on commit 218418e

Please sign in to comment.