summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-18 00:30:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-18 00:33:53 +0100
commita580d81396c17d9d331368d24a5897cf3bcb2aab (patch)
tree82f364faa92e3c14cb26fa2476d1aa3d0d47bbfa /media-plugins/audacious-plugins
parentmedia-plugins/audacious-plugins: USE hotkeys does not like qt5 (diff)
downloadgentoo-a580d81396c17d9d331368d24a5897cf3bcb2aab.tar.gz
gentoo-a580d81396c17d9d331368d24a5897cf3bcb2aab.tar.bz2
gentoo-a580d81396c17d9d331368d24a5897cf3bcb2aab.zip
media-plugins/audacious-plugins: Drop USE hotkey
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-3.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
index 13310dcdcc9a..b1303a24820f 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
@@ -18,7 +18,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys http gme jack lame libav
+IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav
libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
REQUIRED_USE="
|| ( alsa jack pulseaudio sdl )
@@ -116,6 +116,7 @@ src_configure() {
--enable-songchange \
--disable-coreaudio \
--disable-gtk \
+ --disable-hotkey \
--disable-notify \
--disable-oss4 \
--disable-qtglspectrum \
@@ -131,7 +132,6 @@ src_configure() {
$(use_enable fluidsynth amidiplug) \
$(use_enable flac filewriter) \
$(use_enable gme console) \
- $(use_enable hotkeys hotkey) \
$(use_enable http neon) \
$(use_enable jack) \
$(use_enable lame filewriter_mp3) \