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 EC32D158095 for ; Tue, 27 Sep 2022 23:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08080E0833; Tue, 27 Sep 2022 23:46:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E2EC2E0833 for ; Tue, 27 Sep 2022 23:46:06 +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 0E92E340FB3 for ; Tue, 27 Sep 2022 23:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EC6B5F9 for ; Tue, 27 Sep 2022 23:46:03 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664322304.9c0968b5e7b8f5146b9eeb38637e98eaf92a16ec.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2/xmms2-0.9.1-r1.ebuild X-VCS-Directories: media-sound/xmms2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9c0968b5e7b8f5146b9eeb38637e98eaf92a16ec X-VCS-Branch: master Date: Tue, 27 Sep 2022 23:46:03 +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: fc4f9023-65bd-4789-84af-e530a7c834b3 X-Archives-Hash: 071f7a46e507f544278ab381c4e070f5 commit: 9c0968b5e7b8f5146b9eeb38637e98eaf92a16ec Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 27 22:29:22 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 27 23:45:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0968b5 media-sound/xmms2: cleanup obsolete pulseaudio dep No need for a revbump here given installed version is satisfied by libpulse either way and will allow pulseaudio (synonym) cleanup. Signed-off-by: Ionen Wolkens gentoo.org> media-sound/xmms2/xmms2-0.9.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/xmms2/xmms2-0.9.1-r1.ebuild b/media-sound/xmms2/xmms2-0.9.1-r1.ebuild index 12a636b5e63c..cf96eb8a448c 100644 --- a/media-sound/xmms2/xmms2-0.9.1-r1.ebuild +++ b/media-sound/xmms2/xmms2-0.9.1-r1.ebuild @@ -82,7 +82,7 @@ COMMON_DEPEND=" media-libs/opus media-libs/opusfile ) - pulseaudio? ( || ( media-libs/libpulse media-sound/pulseaudio ) ) + pulseaudio? ( media-libs/libpulse ) samba? ( net-fs/samba ) sid? ( media-libs/libsidplay:2 ) sndfile? ( media-libs/libsndfile )