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 6676715808C for ; Wed, 16 Mar 2022 14:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 346EFE088F; Wed, 16 Mar 2022 14:25:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0361CE088F for ; Wed, 16 Mar 2022 14:25:37 +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 A5D5234363E for ; Wed, 16 Mar 2022 14:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E08A320 for ; Wed, 16 Mar 2022 14:25:35 +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: <1647439323.a1b4e31d5d54f71384f2c55a7d63a156bb8abb14.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/krfb/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/krfb/krfb-9999.ebuild X-VCS-Directories: kde-apps/krfb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a1b4e31d5d54f71384f2c55a7d63a156bb8abb14 X-VCS-Branch: master Date: Wed, 16 Mar 2022 14:25:35 +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: 51eb9ace-d8c7-4dfd-9617-e326e92abb8b X-Archives-Hash: 18485281be1436ec7e5bd614271247b3 commit: a1b4e31d5d54f71384f2c55a7d63a156bb8abb14 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 16 13:54:53 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 16 14:02:03 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1b4e31d kde-apps/krfb: Add dev-qt/qtwaylandscanner BDEPEND Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/krfb/krfb-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-apps/krfb/krfb-9999.ebuild b/kde-apps/krfb/krfb-9999.ebuild index 00cd6ffc44..4095c7177b 100644 --- a/kde-apps/krfb/krfb-9999.ebuild +++ b/kde-apps/krfb/krfb-9999.ebuild @@ -60,6 +60,12 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} wayland? ( sys-apps/xdg-desktop-portal[screencast] ) " +BDEPEND=" + wayland? ( || ( + >=dev-qt/qtwaylandscanner-${QTMIN}:5 +