From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1527655-garchives=archives.gentoo.org@lists.gentoo.org>
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 6BFEF15810F
	for <garchives@archives.gentoo.org>; Sat, 10 Jun 2023 22:56:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 66BD9E08C9;
	Sat, 10 Jun 2023 22:56:30 +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 49AB8E08C9
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Jun 2023 22:56:30 +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 7ED2833FEB6
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Jun 2023 22:56:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E81FAA98
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Jun 2023 22:56:24 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1686437772.c68c241567c1115d60122cc3b9d56ed51fa464e5.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatemixer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/libmatemixer/libmatemixer-1.26.0-r1.ebuild media-libs/libmatemixer/libmatemixer-1.26.0.ebuild
X-VCS-Directories: media-libs/libmatemixer/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: c68c241567c1115d60122cc3b9d56ed51fa464e5
X-VCS-Branch: master
Date: Sat, 10 Jun 2023 22:56:24 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7c9f3e33-3d7f-42b9-a74b-3506cc4c8638
X-Archives-Hash: d03b98783018a3549077ae1ab124a9f6

commit:     c68c241567c1115d60122cc3b9d56ed51fa464e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 22:27:37 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 22:56:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68c2415

media-libs/libmatemixer: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{libmatemixer-1.26.0.ebuild => libmatemixer-1.26.0-r1.ebuild}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmatemixer/libmatemixer-1.26.0.ebuild b/media-libs/libmatemixer/libmatemixer-1.26.0-r1.ebuild
similarity index 88%
rename from media-libs/libmatemixer/libmatemixer-1.26.0.ebuild
rename to media-libs/libmatemixer/libmatemixer-1.26.0-r1.ebuild
index 22390d90deeb..08b8e59b93db 100644
--- a/media-libs/libmatemixer/libmatemixer-1.26.0.ebuild
+++ b/media-libs/libmatemixer/libmatemixer-1.26.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ COMMON_DEPEND="
 	>=dev-libs/glib-2.50:2
 	>=sys-devel/gettext-0.19.8:*
 	alsa? ( >=media-libs/alsa-lib-1.0.5 )
-	pulseaudio? ( >=media-sound/pulseaudio-5.0.0:0[glib] )
+	pulseaudio? ( media-libs/libpulse[glib] )
 "
 
 RDEPEND="${COMMON_DEPEND}