From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1376214-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 A51A015808F
	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 D1119E089A;
	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 B2205E0898
	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 93EEA3436D8
	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 EAF6F330
	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.f5f9cbd07c2bf3aba43f0c306db11eae11846a9f.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/libkscreen/libkscreen-5.24.49.9999.ebuild kde-plasma/libkscreen/libkscreen-9999.ebuild
X-VCS-Directories: kde-plasma/libkscreen/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: f5f9cbd07c2bf3aba43f0c306db11eae11846a9f
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: 8a8dd267-4589-488d-a676-4751cf156d94
X-Archives-Hash: 35ecf84e449e57f54ca16fcb3c49ad9d

commit:     f5f9cbd07c2bf3aba43f0c306db11eae11846a9f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 13:43:38 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=f5f9cbd0

kde-plasma/libkscreen: Add dev-qt/qtwaylandscanner BDEPEND

Drop dev-qt/qtwayland RDEPEND.

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

 kde-plasma/libkscreen/libkscreen-5.24.49.9999.ebuild | 9 +++++++--
 kde-plasma/libkscreen/libkscreen-9999.ebuild         | 9 +++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/libkscreen/libkscreen-5.24.49.9999.ebuild b/kde-plasma/libkscreen/libkscreen-5.24.49.9999.ebuild
index 0332a0a630..fb6465d9f0 100644
--- a/kde-plasma/libkscreen/libkscreen-5.24.49.9999.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.24.49.9999.ebuild
@@ -25,7 +25,6 @@ RDEPEND="
 	dev-libs/wayland
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwayland-${QTMIN}:5
 	>=dev-qt/qtx11extras-${QTMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kwayland-${KFMIN}:5
@@ -34,4 +33,10 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	>=dev-libs/plasma-wayland-protocols-1.6.0
 "
-BDEPEND="dev-util/wayland-scanner"
+BDEPEND="
+	|| (
+		>=dev-qt/qtwaylandscanner-${QTMIN}:5
+		<dev-qt/qtwayland-5.15.3:5
+	)
+	dev-util/wayland-scanner
+"

diff --git a/kde-plasma/libkscreen/libkscreen-9999.ebuild b/kde-plasma/libkscreen/libkscreen-9999.ebuild
index 7ae7cf6265..ee3da8b072 100644
--- a/kde-plasma/libkscreen/libkscreen-9999.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-9999.ebuild
@@ -25,7 +25,6 @@ RDEPEND="
 	dev-libs/wayland
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwayland-${QTMIN}:5
 	>=dev-qt/qtx11extras-${QTMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kwayland-${KFMIN}:5
@@ -34,4 +33,10 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	>=dev-libs/plasma-wayland-protocols-1.6.0
 "
-BDEPEND="dev-util/wayland-scanner"
+BDEPEND="
+	|| (
+		>=dev-qt/qtwaylandscanner-${QTMIN}:5
+		<dev-qt/qtwayland-5.15.3:5
+	)
+	dev-util/wayland-scanner
+"