Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/timidity++/
Date: Mon, 03 Sep 2018 18:57:58
Message-Id: 1536001025.37edf4f0336cfb799eb12410b8e45bd8825cbd87.asturm@gentoo
1 commit: 37edf4f0336cfb799eb12410b8e45bd8825cbd87
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 18:53:47 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 18:57:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37edf4f0
7
8 media-sound/timidity++: USE=tk depends on X
9
10 Closes: https://bugs.gentoo.org/557072
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 media-sound/timidity++/timidity++-2.14.0-r3.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
17 index b743418df1e..5565b49da38 100644
18 --- a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
19 +++ b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
20 @@ -18,6 +18,8 @@ SLOT="0"
21 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
22 IUSE="motif oss nas X gtk vorbis tk slang alsa jack emacs ao selinux speex flac ncurses"
23
24 +REQUIRED_USE="tk? ( X )"
25 +
26 DEPEND="
27 alsa? ( media-libs/alsa-lib )
28 ao? ( >=media-libs/libao-0.8.5 )