From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C90FF59CA3 for ; Mon, 7 Mar 2016 18:50:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3656C21C02C; Mon, 7 Mar 2016 18:50:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C29221C016 for ; Mon, 7 Mar 2016 18:50:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65B8F340A5C for ; Mon, 7 Mar 2016 18:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8773A2098 for ; Mon, 7 Mar 2016 18:50:22 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1457369380.3c47896e1a45a1bfe8573bb452bac365055abd86.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio/pulseaudio-8.0.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3c47896e1a45a1bfe8573bb452bac365055abd86 X-VCS-Branch: master Date: Mon, 7 Mar 2016 18:50:22 +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: af375f02-88e0-4e31-a584-b5bfead3b7c8 X-Archives-Hash: 1e6ce9608b7354e023d01a5bd0ca3ec9 commit: 3c47896e1a45a1bfe8573bb452bac365055abd86 Author: Сухарик i2pmail org> AuthorDate: Mon Mar 7 16:49:40 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Mar 7 16:49:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c47896e media-sound/pulseaudio: use virtual/jack media-sound/pulseaudio/pulseaudio-8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/pulseaudio/pulseaudio-8.0.ebuild b/media-sound/pulseaudio/pulseaudio-8.0.ebuild index 3a6cf96..965d3ac 100644 --- a/media-sound/pulseaudio/pulseaudio-8.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-8.0.ebuild @@ -52,7 +52,7 @@ RDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0:2[${MULTILIB_USEDEP}] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) - jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) + jack? ( virtual/jack ) tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] )