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 C025B1396DA for ; Tue, 14 Nov 2017 09:48:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE42FE1135; Tue, 14 Nov 2017 09:48:04 +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 9F101E1135 for ; Tue, 14 Nov 2017 09:48:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5ADD333BF3C for ; Tue, 14 Nov 2017 09:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F034199E6 for ; Tue, 14 Nov 2017 09:48:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1510652846.94e99c585ca9e3a88a778bcf81a85a807ebd1a4f.soap@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.9.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 94e99c585ca9e3a88a778bcf81a85a807ebd1a4f X-VCS-Branch: master Date: Tue, 14 Nov 2017 09:48:01 +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: eb22c9ec-6920-4a95-bc2f-ef34cbfb7018 X-Archives-Hash: 42c94547b372225db01d10e2278c079f commit: 94e99c585ca9e3a88a778bcf81a85a807ebd1a4f Author: Róbert Čerňanský tightmail com> AuthorDate: Sat Nov 11 18:42:48 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Nov 14 09:47:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e99c58 media-plugins/audacious-plugins: Fix dependency of Ampache plugin Closes: https://bugs.gentoo.org/637162 Closes: https://github.com/gentoo/gentoo/pull/6173 media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild index cc21399c3a9..41e4f61c74d 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild @@ -25,7 +25,8 @@ IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome h REQUIRED_USE=" ^^ ( gtk gtk3 qt5 ) qt5? ( !libnotify ) - || ( alsa jack pulseaudio sdl )" + || ( alsa jack pulseaudio sdl ) + ampache? ( qt5 http )" # The following plugins REQUIRE a GUI build of audacious, because non-GUI # builds do NOT install the libaudgui library & headers. @@ -52,7 +53,7 @@ RDEPEND=" ~media-sound/audacious-${PV}[gtk?,gtk3?,qt5?] aac? ( >=media-libs/faad2-2.7 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) - ampache? ( www-apps/ampache ) + ampache? ( =media-libs/ampache_browser-1* ) aosd? ( x11-libs/libXrender x11-libs/libXcomposite