Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/
Date: Sun, 31 Dec 2017 10:37:31
Message-Id: 1514716586.814118ccc60f8687a25bb3dcb3f4b0dc0c73149f.tomjbe@gentoo
1 commit: 814118ccc60f8687a25bb3dcb3f4b0dc0c73149f
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 10:34:59 2017 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 10:36:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814118cc
7
8 media-radio/unixcw: Add REQUIRED_USE for test (bug #630276)
9
10 Test requires at least one audio interface compiled in.
11 Thanks Toralf for testing.
12
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 media-radio/unixcw/unixcw-3.5.1.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/media-radio/unixcw/unixcw-3.5.1.ebuild b/media-radio/unixcw/unixcw-3.5.1.ebuild
19 index a57629b21d9..1eb06a2ba00 100644
20 --- a/media-radio/unixcw/unixcw-3.5.1.ebuild
21 +++ b/media-radio/unixcw/unixcw-3.5.1.ebuild
22 @@ -12,7 +12,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
23 LICENSE="GPL-2"
24 SLOT="0"
25 KEYWORDS="alpha amd64 ppc x86"
26 -IUSE="alsa ncurses pulseaudio suid qt5"
27 +IUSE="alsa ncurses pulseaudio suid test qt5"
28 +
29 +REQUIRED_USE="test? ( || ( alsa pulseaudio ) )"
30
31 RDEPEND="ncurses? ( sys-libs/ncurses:= )
32 qt5? ( dev-qt/qtcore:5