From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1710872-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 363A415813A
	for <garchives@archives.gentoo.org>; Mon, 20 Jan 2025 05:33:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 61155E0769;
	Mon, 20 Jan 2025 05:33:42 +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 0F0EEE0769
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 05:33:42 +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 0AA51340C53
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 05:33:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A94BE65
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 05:33:39 +0000 (UTC)
From: "Andrey Grozin" <grozin@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, "Andrey Grozin" <grozin@gentoo.org>
Message-ID: <1737351199.db6043a22c745d72e0e6b9c02b54f896631eb5b3.grozin@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-wm/lumina/lumina-1.6.2_p1.ebuild
X-VCS-Directories: x11-wm/lumina/
X-VCS-Committer: grozin
X-VCS-Committer-Name: Andrey Grozin
X-VCS-Revision: db6043a22c745d72e0e6b9c02b54f896631eb5b3
X-VCS-Branch: master
Date: Mon, 20 Jan 2025 05:33:39 +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: c9304d00-9ca9-433c-8587-9dedba9bd04b
X-Archives-Hash: 3b21e574ce6ec41e3e24678163281ea6

commit:     db6043a22c745d72e0e6b9c02b54f896631eb5b3
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 05:33:19 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 05:33:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6043a2

x11-wm/lumina: add missing BDEPEND

Closes: https://bugs.gentoo.org/948419
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 x11-wm/lumina/lumina-1.6.2_p1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/lumina/lumina-1.6.2_p1.ebuild b/x11-wm/lumina/lumina-1.6.2_p1.ebuild
index 0d5c557ccb12..b3b9afaa5cf3 100644
--- a/x11-wm/lumina/lumina-1.6.2_p1.ebuild
+++ b/x11-wm/lumina/lumina-1.6.2_p1.ebuild
@@ -54,7 +54,8 @@ RDEPEND="${DEPEND}
 
 BDEPEND="
 	dev-qt/linguist-tools:5
-	dev-qt/qtpaths:5"
+	dev-qt/qtpaths:5
+	kde-frameworks/extra-cmake-modules"
 
 DOCS=( README.md )