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-plugins/audacious-plugins/
Date: Sat, 17 Nov 2018 23:34:29
Message-Id: 1542497633.a580d81396c17d9d331368d24a5897cf3bcb2aab.asturm@gentoo
1 commit: a580d81396c17d9d331368d24a5897cf3bcb2aab
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 23:30:12 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 23:33:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a580d813
7
8 media-plugins/audacious-plugins: Drop USE hotkey
9
10 Bug: https://bugs.gentoo.org/640842
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
18 index 13310dcdcc9..b1303a24820 100644
19 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
20 +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
21 @@ -18,7 +18,7 @@ fi
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys http gme jack lame libav
26 +IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav
27 libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
28 REQUIRED_USE="
29 || ( alsa jack pulseaudio sdl )
30 @@ -116,6 +116,7 @@ src_configure() {
31 --enable-songchange \
32 --disable-coreaudio \
33 --disable-gtk \
34 + --disable-hotkey \
35 --disable-notify \
36 --disable-oss4 \
37 --disable-qtglspectrum \
38 @@ -131,7 +132,6 @@ src_configure() {
39 $(use_enable fluidsynth amidiplug) \
40 $(use_enable flac filewriter) \
41 $(use_enable gme console) \
42 - $(use_enable hotkeys hotkey) \
43 $(use_enable http neon) \
44 $(use_enable jack) \
45 $(use_enable lame filewriter_mp3) \