From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1608182-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 7459C158041
	for <garchives@archives.gentoo.org>; Thu,  7 Mar 2024 12:09:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4526BE29B5;
	Thu,  7 Mar 2024 12:09:18 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 29ABFE29B5
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Mar 2024 12:09:18 +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 1B2AA34067D
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Mar 2024 12:09:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB0714D7
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Mar 2024 12:09:15 +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: <1709811607.0d9beaf38cf3d7fc8b1fd5c3307c87b73b940e10.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: 0d9beaf38cf3d7fc8b1fd5c3307c87b73b940e10
X-VCS-Branch: master
Date: Thu,  7 Mar 2024 12:09:15 +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: c5079b2d-6be1-4cd4-ba54-726180ea2cbe
X-Archives-Hash: 2f3c747a945d816489d282062777bf8e

commit:     0d9beaf38cf3d7fc8b1fd5c3307c87b73b940e10
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 11:40:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 11:40:07 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d9beaf3

media-sound/kid3: Move blocker out of DEPEND

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

 media-sound/kid3/kid3-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-sound/kid3/kid3-9999.ebuild b/media-sound/kid3/kid3-9999.ebuild
index 100457cb40..18bb5320de 100644
--- a/media-sound/kid3/kid3-9999.ebuild
+++ b/media-sound/kid3/kid3-9999.ebuild
@@ -21,8 +21,7 @@ IUSE="acoustid flac kde mp3 mp4 +mpris +taglib test vorbis"
 REQUIRED_USE="flac? ( vorbis )"
 RESTRICT="!test? ( test )"
 
-RDEPEND="
-	!media-sound/kid3:5
+DEPEND="
 	dev-qt/qtbase:6[gui,network,widgets,xml]
 	dev-qt/qtdeclarative:6
 	dev-qt/qtmultimedia:6
@@ -52,7 +51,9 @@ RDEPEND="
 		media-libs/libvorbis
 	)
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}
+	!media-sound/kid3:5
+"
 BDEPEND="${PYTHON_DEPS}
 	dev-qt/qttools:6[linguist]
 	kde? ( kde-frameworks/extra-cmake-modules:0 )