From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1672502-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 163A2158083
	for <garchives@archives.gentoo.org>; Sat, 21 Sep 2024 14:07:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1C8B8E29AE;
	Sat, 21 Sep 2024 14:07:57 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 04DD0E29AE
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Sep 2024 14:07:57 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2DDED34315B
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Sep 2024 14:07:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F4E427EA
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Sep 2024 14:07:54 +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: <1726927665.54600ae4c9dc465b33591f719e9b6d6d94d2aca2.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/kid3/
X-VCS-Repository: proj/kde
X-VCS-Files: media-sound/kid3/kid3-9999.ebuild
X-VCS-Directories: media-sound/kid3/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 54600ae4c9dc465b33591f719e9b6d6d94d2aca2
X-VCS-Branch: master
Date: Sat, 21 Sep 2024 14:07:54 +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: d8fb4137-cbf4-4734-89bc-0c1d6a6d5b6e
X-Archives-Hash: ad9af80c132512466d52a264372dd302

commit:     54600ae4c9dc465b33591f719e9b6d6d94d2aca2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 13:46:06 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 14:07:45 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=54600ae4

media-sound/kid3: Fix wrong IUSE mpris dependency

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

 media-sound/kid3/kid3-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/kid3/kid3-9999.ebuild b/media-sound/kid3/kid3-9999.ebuild
index 2f6d21932b..d19e7fd71b 100644
--- a/media-sound/kid3/kid3-9999.ebuild
+++ b/media-sound/kid3/kid3-9999.ebuild
@@ -44,7 +44,7 @@ DEPEND="
 	)
 	mp3? ( media-libs/id3lib )
 	mp4? ( media-libs/libmp4v2 )
-	mpris? ( dev-qt/qttools:6[qdbus] )
+	mpris? ( dev-qt/qtbase:6[dbus] )
 	taglib? ( >=media-libs/taglib-1.9.1:= )
 	vorbis? (
 		media-libs/libogg