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 2F333158083 for ; Sat, 21 Sep 2024 12:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 509EDE29AA; Sat, 21 Sep 2024 12:37:58 +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 35049E29AA for ; Sat, 21 Sep 2024 12:37:58 +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 46E15342FAB for ; Sat, 21 Sep 2024 12:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8262EAF for ; Sat, 21 Sep 2024 12:37:55 +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: <1726922256.bb9b2e5c7d7c4f10fa10a507b9fc3749f110b3da.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: bb9b2e5c7d7c4f10fa10a507b9fc3749f110b3da X-VCS-Branch: master Date: Sat, 21 Sep 2024 12:37:55 +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: 01ab5105-67f0-455a-a9f2-9187150f90fc X-Archives-Hash: 332d204d718173363d7a16a724c8d321 commit: bb9b2e5c7d7c4f10fa10a507b9fc3749f110b3da Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 21 12:37:09 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 21 12:37:36 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb9b2e5c media-sound/kid3: Fix IUSE mpris to depend on Qt6 Signed-off-by: Andreas Sturmlechner 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 685eb43508..2f6d21932b 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/qtdbus:5 ) + mpris? ( dev-qt/qttools:6[qdbus] ) taglib? ( >=media-libs/taglib-1.9.1:= ) vorbis? ( media-libs/libogg