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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94E2D139360 for ; Tue, 3 Aug 2021 09:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1A15E07DB; Tue, 3 Aug 2021 09:28:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B75D3E07DB for ; Tue, 3 Aug 2021 09:28:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7DE534373E for ; Tue, 3 Aug 2021 09:28:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7749363F for ; Tue, 3 Aug 2021 09:28:57 +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: <1627982900.e4848e00ef0e82655f277ddfe4b5f2254b4004f4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/kwin-5.21.5-r1.ebuild kde-plasma/kwin/kwin-5.21.5.ebuild kde-plasma/kwin/kwin-5.22.4-r1.ebuild kde-plasma/kwin/kwin-5.22.4.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4848e00ef0e82655f277ddfe4b5f2254b4004f4 X-VCS-Branch: master Date: Tue, 3 Aug 2021 09:28:57 +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: b44ee1ad-f3cb-4d6a-b44e-3738ae6a2f43 X-Archives-Hash: 31cdbce9a84553cdfc956e4290a4ac22 commit: e4848e00ef0e82655f277ddfe4b5f2254b4004f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 3 09:22:05 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 3 09:28:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4848e00 kde-plasma/kwin: Add missing XWayland RDEPEND Thanks-to: Igor V. Kovalenko gmail.com> Closes: https://bugs.gentoo.org/806220 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/{kwin-5.21.5.ebuild => kwin-5.21.5-r1.ebuild} | 4 ++++ kde-plasma/kwin/{kwin-5.22.4.ebuild => kwin-5.22.4-r1.ebuild} | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/kde-plasma/kwin/kwin-5.21.5.ebuild b/kde-plasma/kwin/kwin-5.21.5-r1.ebuild similarity index 98% rename from kde-plasma/kwin/kwin-5.21.5.ebuild rename to kde-plasma/kwin/kwin-5.21.5-r1.ebuild index 9340cfb8534..0398bf46dd8 100644 --- a/kde-plasma/kwin/kwin-5.21.5.ebuild +++ b/kde-plasma/kwin/kwin-5.21.5-r1.ebuild @@ -85,6 +85,10 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtvirtualkeyboard-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] + || ( + x11-base/xwayland + x11-base/xorg-server[wayland(-)] + ) multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] ) " DEPEND="${COMMON_DEPEND} diff --git a/kde-plasma/kwin/kwin-5.22.4.ebuild b/kde-plasma/kwin/kwin-5.22.4-r1.ebuild similarity index 98% rename from kde-plasma/kwin/kwin-5.22.4.ebuild rename to kde-plasma/kwin/kwin-5.22.4-r1.ebuild index 44d95b98476..6961f1ed9b8 100644 --- a/kde-plasma/kwin/kwin-5.22.4.ebuild +++ b/kde-plasma/kwin/kwin-5.22.4-r1.ebuild @@ -84,6 +84,10 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtvirtualkeyboard-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] + || ( + x11-base/xwayland + x11-base/xorg-server[wayland(-)] + ) multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] ) " DEPEND="${COMMON_DEPEND}