From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1376215-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 BC380158090
	for <garchives@archives.gentoo.org>; Wed, 16 Mar 2022 14:25:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E17F5E08A8;
	Wed, 16 Mar 2022 14:25:39 +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 C1B9DE08A8
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 14:25:39 +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 8546E3436C9
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 14:25:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DDCC32C
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 14:25:35 +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: <1647439323.5cb93ef46e9b6c50c5cfd3b6f4651abb3bfd7be8.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-integration/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/kwayland-integration/kwayland-integration-5.24.49.9999.ebuild kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
X-VCS-Directories: kde-plasma/kwayland-integration/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 5cb93ef46e9b6c50c5cfd3b6f4651abb3bfd7be8
X-VCS-Branch: master
Date: Wed, 16 Mar 2022 14:25:35 +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: 58b0a5c6-6efa-4e50-8fc2-73c52a1f02df
X-Archives-Hash: 2756f00e5b824d32617ab7b3318c6761

commit:     5cb93ef46e9b6c50c5cfd3b6f4651abb3bfd7be8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 14:01:13 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 14:02:03 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5cb93ef4

kde-plasma/kwayland-integration: Add dev-qt/qtwaylandscanner BDEPEND

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwayland-integration/kwayland-integration-5.24.49.9999.ebuild | 8 +++++++-
 kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild  | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.24.49.9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.24.49.9999.ebuild
index c54b341e18..f402a5b1e6 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.24.49.9999.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.24.49.9999.ebuild
@@ -39,4 +39,10 @@ DEPEND="
 	x11-libs/libxkbcommon
 "
 RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+	|| (
+		>=dev-qt/qtwaylandscanner-${QTMIN}:5
+		<dev-qt/qtwayland-5.15.3:5
+	)
+	virtual/pkgconfig
+"

diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
index 1314aadf60..c6cbda7901 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
@@ -39,4 +39,10 @@ DEPEND="
 	x11-libs/libxkbcommon
 "
 RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+	|| (
+		>=dev-qt/qtwaylandscanner-${QTMIN}:5
+		<dev-qt/qtwayland-5.15.3:5
+	)
+	virtual/pkgconfig
+"