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 65F64158018 for ; Sun, 3 Oct 2021 09:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE99E0908; Sun, 3 Oct 2021 09:33:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91400E0908 for ; Sun, 3 Oct 2021 09:33:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F85F342E0F for ; Sun, 3 Oct 2021 09:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1321E11C for ; Sun, 3 Oct 2021 09:32:59 +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: <1633253571.583b8a910465bc3609c9771ff1bd7284a3bcab62.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.22.90.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 583b8a910465bc3609c9771ff1bd7284a3bcab62 X-VCS-Branch: master Date: Sun, 3 Oct 2021 09:32:59 +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: 24d4eecc-38c6-4904-ad60-aa71226dca03 X-Archives-Hash: f4b60afa42195074ce93f1c242b06cbb commit: 583b8a910465bc3609c9771ff1bd7284a3bcab62 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 3 09:22:59 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 09:32:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583b8a91 kde-plasma/plasma-workspace: Needs dev-qt/qtwayland private headers Add slot operator accordingly. Upstream commit 72620a6f2f5b3b6d580ff75c42a1df2d96a1bc31 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-5.22.90.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.22.90.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.22.90.ebuild index 8ec178423e3..442c97629ce 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.22.90.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.22.90.ebuild @@ -22,6 +22,7 @@ IUSE="appstream +calculator +calendar +fontconfig geolocation gps screencast REQUIRED_USE="gps? ( geolocation )" RESTRICT="test" +# slot op: various private QtWaylandClient headers COMMON_DEPEND=" >=dev-libs/wayland-1.15 >=dev-qt/qtdbus-${QTMIN}:5 @@ -30,7 +31,7 @@ COMMON_DEPEND=" >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtsql-${QTMIN}:5 >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtwayland-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5= >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtx11extras-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5