From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 0F92115808B for ; Mon, 21 Mar 2022 11:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61578E0894; Mon, 21 Mar 2022 11:04:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 63CA9E0895 for ; Mon, 21 Mar 2022 11:04:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9E8EB343079 for ; Mon, 21 Mar 2022 11:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C3CF350 for ; Mon, 21 Mar 2022 11:04:09 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1647860622.0e61987a5b2c20906b340101231574d4c74993c3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/kwin-5.23.5-r1.ebuild kde-plasma/kwin/kwin-5.24.3.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e61987a5b2c20906b340101231574d4c74993c3 X-VCS-Branch: master Date: Mon, 21 Mar 2022 11:04:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1477bed-8379-45fc-940a-7d72bd0a0bcd X-Archives-Hash: 9e170f84b440fab38418443bc88094b9 commit: 0e61987a5b2c20906b340101231574d4c74993c3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 16 13:30:30 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 21 11:03:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e61987a kde-plasma/kwin: Add dev-qt/qtwaylandscanner BDEPEND, missing DEPEND Upstream commit 2eb5da1d6fc5ea199ed2145c67def60318370c24 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-5.23.5-r1.ebuild | 8 +++++++- kde-plasma/kwin/kwin-5.24.3.ebuild | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwin/kwin-5.23.5-r1.ebuild b/kde-plasma/kwin/kwin-5.23.5-r1.ebuild index daceebb79c40..744aefd646ac 100644 --- a/kde-plasma/kwin/kwin-5.23.5-r1.ebuild +++ b/kde-plasma/kwin/kwin-5.23.5-r1.ebuild @@ -91,10 +91,16 @@ DEPEND="${COMMON_DEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 x11-base/xorg-proto test? ( + dev-libs/plasma-wayland-protocols >=dev-libs/wayland-protocols-1.19 - >=dev-qt/qtwayland-${QTMIN}:5 ) " +BDEPEND=" + test? ( || ( + >=dev-qt/qtwaylandscanner-${QTMIN}:5 +