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 4C15015808B for ; Mon, 21 Mar 2022 11:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4BFFE0896; Mon, 21 Mar 2022 11:04:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8F72FE0896 for ; Mon, 21 Mar 2022 11:04:14 +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 C2262343088 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 59B2334F 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.8b64a771affd44f96a886a715135ee74ee30992e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild kde-plasma/kwayland-server/kwayland-server-5.24.3.ebuild X-VCS-Directories: kde-plasma/kwayland-server/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b64a771affd44f96a886a715135ee74ee30992e 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: d16906cc-871b-4980-91a8-4c67cb0a1e33 X-Archives-Hash: e0fee396fe987b1718a956620eb48444 commit: 8b64a771affd44f96a886a715135ee74ee30992e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 16 14:01:23 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=8b64a771 kde-plasma/kwayland-server: Add dev-qt/qtwaylandscanner BDEPEND Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild | 8 +++++++- kde-plasma/kwayland-server/kwayland-server-5.24.3.ebuild | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild index e4fc76795832..749ea067790f 100644 --- a/kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild +++ b/kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild @@ -33,4 +33,10 @@ DEPEND="${RDEPEND} >=dev-libs/plasma-wayland-protocols-1.3.0 >=dev-libs/wayland-protocols-1.21 " -BDEPEND="dev-util/wayland-scanner" +BDEPEND=" + || ( + >=dev-qt/qtwaylandscanner-${QTMIN}:5 +