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 9BA85158030 for ; Fri, 3 Mar 2023 19:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFD12E07AE; Fri, 3 Mar 2023 19:37:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B5A77E0718 for ; Fri, 3 Mar 2023 19:37:10 +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 F3AD4340D43 for ; Fri, 3 Mar 2023 19:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 774F48CC for ; Fri, 3 Mar 2023 19:37:08 +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: <1677871958.9af511510639b3f43cec5c5159095b6b325504eb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.27.2.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9af511510639b3f43cec5c5159095b6b325504eb X-VCS-Branch: master Date: Fri, 3 Mar 2023 19:37:08 +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: ed609ab4-7aad-401c-af74-2719959f3776 X-Archives-Hash: ba0fb22f5716ea6697f7eb737f61c93b commit: 9af511510639b3f43cec5c5159095b6b325504eb Author: Aisha Tammy bsd ac> AuthorDate: Fri Feb 24 21:43:03 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 3 19:32:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af51151 kde-plasma/plasma-workspace: move wayland-scanner to BDEPEND See also: https://github.com/gentoo/gentoo/pull/29777 Signed-off-by: Aisha Tammy bsd.ac> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-5.27.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.27.2.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.27.2.ebuild index 1a96d9a7f259..de47001a5613 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.27.2.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.27.2.ebuild @@ -127,7 +127,6 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.6.0 >=dev-libs/wayland-protocols-1.31 >=dev-qt/qtconcurrent-${QTMIN}:5 - >=dev-util/wayland-scanner-1.19.0 x11-base/xorg-proto fontconfig? ( x11-libs/libXrender ) " @@ -154,6 +153,7 @@ RDEPEND="${COMMON_DEPEND} " BDEPEND=" >=dev-qt/qtwaylandscanner-${QTMIN}:5 + >=dev-util/wayland-scanner-1.19.0 >=kde-frameworks/kcmutils-${KFMIN}:5 virtual/pkgconfig "