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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D80E15810F for ; Sun, 11 Jun 2023 18:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C23F0E0872; Sun, 11 Jun 2023 18:22:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA9B1E0872 for ; Sun, 11 Jun 2023 18:22:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F35DA3412EE for ; Sun, 11 Jun 2023 18:22:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DA40A93 for ; Sun, 11 Jun 2023 18:22:06 +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: <1686507696.50efd05202e687a3b268ad8c895c0c155462db7d.asturm@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-r1.ebuild app-emulation/fuse/fuse-1.6.0.ebuild X-VCS-Directories: app-emulation/fuse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 50efd05202e687a3b268ad8c895c0c155462db7d X-VCS-Branch: master Date: Sun, 11 Jun 2023 18:22:06 +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: 7750644d-a244-4c36-86d6-e095b4412f43 X-Archives-Hash: a5a7d6440a0b22e974ad171ec5bf7f8c commit: 50efd05202e687a3b268ad8c895c0c155462db7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 11 06:50:19 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 11 18:21:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50efd052 app-emulation/fuse: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> app-emulation/fuse/{fuse-1.6.0.ebuild => fuse-1.6.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0-r1.ebuild similarity index 98% rename from app-emulation/fuse/fuse-1.6.0.ebuild rename to app-emulation/fuse/fuse-1.6.0-r1.ebuild index b7f0f065d660..1d80c3a9662f 100644 --- a/app-emulation/fuse/fuse-1.6.0.ebuild +++ b/app-emulation/fuse/fuse-1.6.0-r1.ebuild @@ -36,7 +36,7 @@ RDEPEND=" gpm? ( backend-fbcon? ( sys-libs/gpm ) ) joystick? ( !backend-sdl? ( media-libs/libjsw ) ) png? ( media-libs/libpng:0= ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) xml? ( dev-libs/libxml2:2 ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND}