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 0B15E158088 for ; Sat, 15 Jan 2022 15:11:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F6302BC025; Sat, 15 Jan 2022 15:11:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9D98AE01E4 for ; Sat, 15 Jan 2022 15:11:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D94534356C for ; Sat, 15 Jan 2022 15:11:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BADAF21D for ; Sat, 15 Jan 2022 15:11:26 +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: <1642259469.7730d4b2feb08d8c3d99639f12429d885a442724.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkscreen/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/libkscreen/libkscreen-5.23.5-r1.ebuild kde-plasma/libkscreen/libkscreen-5.23.5.ebuild X-VCS-Directories: kde-plasma/libkscreen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7730d4b2feb08d8c3d99639f12429d885a442724 X-VCS-Branch: master Date: Sat, 15 Jan 2022 15:11:26 +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: b2988615-f114-4a7f-98a5-a5afebd3654a X-Archives-Hash: b188a8b6cf4573831244c3d0ce295d65 commit: 7730d4b2feb08d8c3d99639f12429d885a442724 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 15 15:04:27 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 15 15:11:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7730d4b2 kde-plasma/libkscreen: Add new DEPENDs Upstream commit f88cb0e76ea09aec5d9a09844ac81a57a0286a3c Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{libkscreen-5.23.5.ebuild => libkscreen-5.23.5-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-plasma/libkscreen/libkscreen-5.23.5.ebuild b/kde-plasma/libkscreen/libkscreen-5.23.5-r1.ebuild similarity index 83% rename from kde-plasma/libkscreen/libkscreen-5.23.5.ebuild rename to kde-plasma/libkscreen/libkscreen-5.23.5-r1.ebuild index 1fcb6f146de3..47fb6b34932c 100644 --- a/kde-plasma/libkscreen/libkscreen-5.23.5.ebuild +++ b/kde-plasma/libkscreen/libkscreen-5.23.5-r1.ebuild @@ -22,11 +22,15 @@ IUSE="" RESTRICT="test" DEPEND=" + dev-libs/wayland + >=dev-libs/plasma-wayland-protocols-1.4.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"