summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2017-12-31 11:34:59 +0100
committerThomas Beierlein <tomjbe@gentoo.org>2017-12-31 11:36:26 +0100
commit814118ccc60f8687a25bb3dcb3f4b0dc0c73149f (patch)
tree830f24eeb7ed1f6616909187ccba59e3ad60b0f0 /media-radio/unixcw
parentapp-text/pdf2htmlEX: Fix typo in URI, bug 642814 (diff)
downloadgentoo-814118ccc60f8687a25bb3dcb3f4b0dc0c73149f.tar.gz
gentoo-814118ccc60f8687a25bb3dcb3f4b0dc0c73149f.tar.bz2
gentoo-814118ccc60f8687a25bb3dcb3f4b0dc0c73149f.zip
media-radio/unixcw: Add REQUIRED_USE for test (bug #630276)
Test requires at least one audio interface compiled in. Thanks Toralf for testing. Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-radio/unixcw')
-rw-r--r--media-radio/unixcw/unixcw-3.5.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-radio/unixcw/unixcw-3.5.1.ebuild b/media-radio/unixcw/unixcw-3.5.1.ebuild
index a57629b21d91..1eb06a2ba00d 100644
--- a/media-radio/unixcw/unixcw-3.5.1.ebuild
+++ b/media-radio/unixcw/unixcw-3.5.1.ebuild
@@ -12,7 +12,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86"
-IUSE="alsa ncurses pulseaudio suid qt5"
+IUSE="alsa ncurses pulseaudio suid test qt5"
+
+REQUIRED_USE="test? ( || ( alsa pulseaudio ) )"
RDEPEND="ncurses? ( sys-libs/ncurses:= )
qt5? ( dev-qt/qtcore:5