diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-03 20:53:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-03 20:57:05 +0200 |
commit | 37edf4f0336cfb799eb12410b8e45bd8825cbd87 (patch) | |
tree | 06300afcf56e72937ae28b85a6b395d94187c773 /media-sound/timidity++ | |
parent | sys-apps/portage: version bump to 2.3.49 (diff) | |
download | gentoo-37edf4f0336cfb799eb12410b8e45bd8825cbd87.tar.gz gentoo-37edf4f0336cfb799eb12410b8e45bd8825cbd87.tar.bz2 gentoo-37edf4f0336cfb799eb12410b8e45bd8825cbd87.zip |
media-sound/timidity++: USE=tk depends on X
Closes: https://bugs.gentoo.org/557072
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'media-sound/timidity++')
-rw-r--r-- | media-sound/timidity++/timidity++-2.14.0-r3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild index b743418df1ea..5565b49da386 100644 --- a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild +++ b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild @@ -18,6 +18,8 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd" IUSE="motif oss nas X gtk vorbis tk slang alsa jack emacs ao selinux speex flac ncurses" +REQUIRED_USE="tk? ( X )" + DEPEND=" alsa? ( media-libs/alsa-lib ) ao? ( >=media-libs/libao-0.8.5 ) |