From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1686703-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2789C15807B
	for <garchives@archives.gentoo.org>; Mon,  4 Nov 2024 18:39:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5747FE088A;
	Mon,  4 Nov 2024 18:39:56 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 3F7D7E088A
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Nov 2024 18:39:56 +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 89F4F335C36
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Nov 2024 18:39:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C8EFA1D6E
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Nov 2024 18:39:52 +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: <1730745512.0bd09eaab91070a55316a3b522fae4b9fd342c16.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0-r1.ebuild mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild
X-VCS-Directories: mate-base/mate-settings-daemon/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 0bd09eaab91070a55316a3b522fae4b9fd342c16
X-VCS-Branch: master
Date: Mon,  4 Nov 2024 18:39:52 +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: ee82d92b-fcbe-498c-a97d-c4ecb773c9bc
X-Archives-Hash: d1cc0431c86b12ffc12806abda70f8ce

commit:     0bd09eaab91070a55316a3b522fae4b9fd342c16
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 19:41:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov  4 18:38:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd09eaa

mate-base/mate-settings-daemon: Depend on libcanberra-gtk3

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

 ...gs-daemon-1.28.0.ebuild => mate-settings-daemon-1.28.0-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild b/mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0-r1.ebuild
similarity index 95%
rename from mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild
rename to mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0-r1.ebuild
index 0033a6281c89..a9b3f1bee86f 100644
--- a/mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild
+++ b/mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0-r1.ebuild
@@ -47,7 +47,10 @@ COMMON_DEPEND=">=dev-util/gdbus-codegen-2.76.4
 	smartcard? ( >=dev-libs/nss-3.11.2 )
 	sound? (
 		>=media-libs/libmatemixer-1.10
-		media-libs/libcanberra[gtk3]
+		|| (
+			media-libs/libcanberra-gtk3
+			media-libs/libcanberra[gtk3(-)]
+		)
 	virtual/libintl
 	)
 "