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 C0CF815810F for ; Sat, 10 Jun 2023 22:56:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E909DE0805; Sat, 10 Jun 2023 22:56:26 +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 7FE4CE07F2 for ; Sat, 10 Jun 2023 22:56:26 +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 739CB33BF53 for ; Sat, 10 Jun 2023 22:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12019A86 for ; Sat, 10 Jun 2023 22:56:24 +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: <1686437765.fe5d0e1b9195233b2561355e49cda84370d1872c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild X-VCS-Directories: media-sound/pulsemixer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe5d0e1b9195233b2561355e49cda84370d1872c X-VCS-Branch: master Date: Sat, 10 Jun 2023 22:56:24 +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: bb6e735e-086a-4bd0-a824-0310bec970b1 X-Archives-Hash: 673fc2d79c9a799c02fbb23a5e62762f commit: fe5d0e1b9195233b2561355e49cda84370d1872c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 10:55:15 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 10 22:56:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5d0e1b media-sound/pulsemixer: 1.5.1: Switch to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> .../{pulsemixer-1.5.1-r1.ebuild => pulsemixer-1.5.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild similarity index 94% rename from media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild rename to media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild index 2cccae253ebf..54f5ab3fa3ac 100644 --- a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild +++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild @@ -23,4 +23,4 @@ fi LICENSE="MIT" SLOT="0" -RDEPEND="media-sound/pulseaudio" +RDEPEND="media-libs/libpulse"