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.51214c3feb4e8be6a70bb8740b50f1bea2b09078.asturm@gentoo
1 commit: 51214c3feb4e8be6a70bb8740b50f1bea2b09078
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 23:32:41 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=51214c3f
7
8 media-plugins/audacious-plugins: USE hotkeys does not like qt5
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-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
18 index 43c66a075ef..8bda5cbd07e 100644
19 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
20 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -24,7 +24,7 @@ IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys
28 libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
29 REQUIRED_USE="
30 ^^ ( gtk gtk3 qt5 )
31 - qt5? ( !libnotify )
32 + qt5? ( !hotkeys !libnotify )
33 || ( alsa jack pulseaudio sdl )
34 ampache? ( qt5 http )"