From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BF2F138334 for ; Sat, 17 Nov 2018 23:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CCF3E0C4F; Sat, 17 Nov 2018 23:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45B5DE0C4F for ; Sat, 17 Nov 2018 23:34:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31E7B335C38 for ; Sat, 17 Nov 2018 23:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96C0D46D for ; Sat, 17 Nov 2018 23:34:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1542497633.a580d81396c17d9d331368d24a5897cf3bcb2aab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a580d81396c17d9d331368d24a5897cf3bcb2aab X-VCS-Branch: master Date: Sat, 17 Nov 2018 23:34:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6d2274f0-dbf5-46d5-9ac3-643598ea83b1 X-Archives-Hash: ba6bf4e1a6f22d31dfcd64da427f725b commit: a580d81396c17d9d331368d24a5897cf3bcb2aab Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 17 23:30:12 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 17 23:33:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a580d813 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 gentoo.org> media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 4 ++-- 1 file 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 13310dcdcc9..b1303a24820 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) \