From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1646096-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 296BC15802E
	for <garchives@archives.gentoo.org>; Sun, 23 Jun 2024 20:53:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6500EE2B16;
	Sun, 23 Jun 2024 20:53:29 +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 40A3DE2B16
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 20:53:29 +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 446C033BDF5
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 20:53:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CEA421AE2
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 20:53:26 +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: <1719175991.e1f5ad87978be5a72b8223d96abe4d891a7d412b.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/oxygen-icons/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild
X-VCS-Directories: kde-frameworks/oxygen-icons/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: e1f5ad87978be5a72b8223d96abe4d891a7d412b
X-VCS-Branch: master
Date: Sun, 23 Jun 2024 20:53:26 +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: 968b1216-e456-4067-a0a8-a4aa3e92c45b
X-Archives-Hash: 23e1885b4bd28d5f833ceadd8ad1fafe

commit:     e1f5ad87978be5a72b8223d96abe4d891a7d412b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 20:49:42 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 20:53:11 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1f5ad87

kde-frameworks/oxygen-icons: Add BDEPEND=dev-qt/qtbase:6

KDEInstallDirs6 -> ECMQueryQt needs qtpaths target to check QT_INSTALL_PREFIX

Closes: https://bugs.gentoo.org/934336
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild
index 1533133059..b2c22ce13b 100644
--- a/kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild
@@ -24,6 +24,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="!kde-frameworks/${PN}:5"
 DEPEND="test? ( >=dev-qt/qtbase-${QTMIN}:6 )"
 BDEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6
 	>=kde-frameworks/extra-cmake-modules-${KFMIN}:0
 	test? ( app-misc/fdupes )
 "