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 B1B4215808B for ; Tue, 22 Mar 2022 10:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F405E0930; Tue, 22 Mar 2022 10:02:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DE37E0930 for ; Tue, 22 Mar 2022 10:02:42 +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 50A6134319F for ; Tue, 22 Mar 2022 10:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C00334 for ; Tue, 22 Mar 2022 10:02:39 +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: <1647943341.d3083356bb286dafe0650cd29dac369761a9645f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwayland/kwayland-5.90.0.ebuild X-VCS-Directories: kde-frameworks/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d3083356bb286dafe0650cd29dac369761a9645f X-VCS-Branch: master Date: Tue, 22 Mar 2022 10:02:39 +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: 2719dd21-d715-4892-ba6f-c945a42426af X-Archives-Hash: 1130b0790e0b795369311a8056e3d7c5 commit: d3083356bb286dafe0650cd29dac369761a9645f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 16 13:53:36 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 22 10:02:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3083356 kde-frameworks/kwayland: Add dev-qt/qtwaylandscanner BDEPEND Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwayland/kwayland-5.90.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-frameworks/kwayland/kwayland-5.90.0.ebuild b/kde-frameworks/kwayland/kwayland-5.90.0.ebuild index 237a910cc1ec..9f3cc1c739dd 100644 --- a/kde-frameworks/kwayland/kwayland-5.90.0.ebuild +++ b/kde-frameworks/kwayland/kwayland-5.90.0.ebuild @@ -32,5 +32,9 @@ DEPEND="${RDEPEND} sys-kernel/linux-headers " BDEPEND=" + || ( + >=dev-qt/qtwaylandscanner-${QTMIN}:5 + =dev-util/wayland-scanner-1.19.0 "