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 B417D1382C5 for ; Fri, 19 Mar 2021 11:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E99EEE08F7; Fri, 19 Mar 2021 11:03:57 +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 CF308E08F7 for ; Fri, 19 Mar 2021 11:03:57 +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 427C5340D48 for ; Fri, 19 Mar 2021 11:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85352573 for ; Fri, 19 Mar 2021 11:03:54 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1616151718.6d92cbd9ffbc56d2219eccb927d219e7a165a5a7.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fuse/fuse-1.6.0.ebuild X-VCS-Directories: app-emulation/fuse/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6d92cbd9ffbc56d2219eccb927d219e7a165a5a7 X-VCS-Branch: master Date: Fri, 19 Mar 2021 11:03:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66e7b306-0ac3-4d1f-b606-28dd0dae5e55 X-Archives-Hash: c9866b5b3d06373fcedb09252eef2893 commit: 6d92cbd9ffbc56d2219eccb927d219e7a165a5a7 Author: Marek Szuba gentoo org> AuthorDate: Fri Mar 19 11:01:58 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Mar 19 11:01:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d92cbd9 app-emulation/fuse-1.6.0: depend on media-sound/pulseaudio Experimental or not, this IS a dependency. Signed-off-by: Marek Szuba gentoo.org> app-emulation/fuse/fuse-1.6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild index ed13a6463a9..ddec66d72ac 100644 --- a/app-emulation/fuse/fuse-1.6.0.ebuild +++ b/app-emulation/fuse/fuse-1.6.0.ebuild @@ -35,6 +35,7 @@ RDEPEND=" gpm? ( backend-fbcon? ( sys-libs/gpm ) ) joystick? ( !backend-sdl? ( media-libs/libjsw ) ) png? ( media-libs/libpng:0= ) + pulseaudio? ( media-sound/pulseaudio ) xml? ( dev-libs/libxml2:2 ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND}