diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-18 00:32:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-18 00:33:53 +0100 |
commit | 51214c3feb4e8be6a70bb8740b50f1bea2b09078 (patch) | |
tree | 4c57fe0ca27baf6b01edf3599d3718f4305f50ba /media-plugins/audacious-plugins | |
parent | net-misc/hblink: metadata.xml: remove empty longdescription element (diff) | |
download | gentoo-51214c3feb4e8be6a70bb8740b50f1bea2b09078.tar.gz gentoo-51214c3feb4e8be6a70bb8740b50f1bea2b09078.tar.bz2 gentoo-51214c3feb4e8be6a70bb8740b50f1bea2b09078.zip |
media-plugins/audacious-plugins: USE hotkeys does not like qt5
Bug: https://bugs.gentoo.org/640842
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 43c66a075ef2..8bda5cbd07e6 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack" REQUIRED_USE=" ^^ ( gtk gtk3 qt5 ) - qt5? ( !libnotify ) + qt5? ( !hotkeys !libnotify ) || ( alsa jack pulseaudio sdl ) ampache? ( qt5 http )" |