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 A23E3158087 for ; Sat, 15 Jan 2022 15:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB732BC038; Sat, 15 Jan 2022 15:06:20 +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 7716A2BC038 for ; Sat, 15 Jan 2022 15:06:20 +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 B52F3342DAF for ; Sat, 15 Jan 2022 15:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE59D2A4 for ; Sat, 15 Jan 2022 15:06:16 +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: <1642259067.aa6153b01fec52ece719570d65f652b936223b05.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libkscreen/libkscreen-9999.ebuild X-VCS-Directories: kde-plasma/libkscreen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aa6153b01fec52ece719570d65f652b936223b05 X-VCS-Branch: master Date: Sat, 15 Jan 2022 15:06:16 +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: 4e506535-448f-48e7-a7b7-8cd257eafa85 X-Archives-Hash: 1727e3be7de208a248676042f4fc2c17 commit: aa6153b01fec52ece719570d65f652b936223b05 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 15 15:04:27 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 15 15:04:27 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa6153b0 kde-plasma/libkscreen: Add new DEPENDs Upstream commits: f88cb0e76ea09aec5d9a09844ac81a57a0286a3c de2585bc1beeebc2c94d4ec90204f0bfd69f17d2 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libkscreen/libkscreen-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-plasma/libkscreen/libkscreen-9999.ebuild b/kde-plasma/libkscreen/libkscreen-9999.ebuild index 2018388dbf..d5a72172bf 100644 --- a/kde-plasma/libkscreen/libkscreen-9999.ebuild +++ b/kde-plasma/libkscreen/libkscreen-9999.ebuild @@ -22,11 +22,14 @@ IUSE="" RESTRICT="test" DEPEND=" + >=dev-libs/plasma-wayland-protocols-1.6.0 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5 >=dev-qt/qtx11extras-${QTMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/kwayland-${KFMIN}:5 x11-libs/libxcb " RDEPEND="${DEPEND}" +BDEPEND="dev-util/wayland-scanner"