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 DA5DA158018 for ; Sun, 3 Oct 2021 12:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 230A7E08EB; Sun, 3 Oct 2021 12:22:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF1EFE08EB for ; Sun, 3 Oct 2021 12:22:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5942342DFB for ; Sun, 3 Oct 2021 12:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E17389 for ; Sun, 3 Oct 2021 12:22:51 +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: <1633263757.b9eac9fdcea3bd98b26611c7c1cd313a9a91e6c7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild kde-plasma/kwayland-integration/kwayland-integration-5.23.49.9999.ebuild kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild X-VCS-Directories: kde-plasma/kwayland-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b9eac9fdcea3bd98b26611c7c1cd313a9a91e6c7 X-VCS-Branch: master Date: Sun, 3 Oct 2021 12:22:51 +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: f25182e8-d356-45c8-92fb-15617514ad2b X-Archives-Hash: b5697ce1d884a3923bd54bbf38d58b04 commit: b9eac9fdcea3bd98b26611c7c1cd313a9a91e6c7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 3 12:22:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 12:22:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9eac9fd kde-plasma/kwayland-integration: Add missing kde-frameworks/ slot ops Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kwayland-integration/kwayland-integration-5.22.90.ebuild | 9 ++++++--- .../kwayland-integration-5.23.49.9999.ebuild | 9 ++++++--- kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild | 9 ++++++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild index 09e3b1f2b5..9a1d55f7aa 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild @@ -19,8 +19,11 @@ IUSE="" RESTRICT="test" # bug 668872 -# slot op: includes Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot ops: +# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff +# kde-frameworks/kidletime: KIdleTime/private/abstractsystempoller.h +# kde-frameworks/kwindowsystem: Various private headers DEPEND=" >=dev-libs/wayland-1.15 || ( @@ -30,9 +33,9 @@ DEPEND=" >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtwayland-${QTMIN}:5= >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5 + >=kde-frameworks/kidletime-${KFMIN}:5= >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5= x11-libs/libxkbcommon " RDEPEND="${DEPEND}" diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.23.49.9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.23.49.9999.ebuild index b3d839a8c0..442607ae67 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.23.49.9999.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.23.49.9999.ebuild @@ -19,8 +19,11 @@ IUSE="" RESTRICT="test" # bug 668872 -# slot op: includes Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot ops: +# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff +# kde-frameworks/kidletime: KIdleTime/private/abstractsystempoller.h +# kde-frameworks/kwindowsystem: Various private headers DEPEND=" >=dev-libs/wayland-1.15 || ( @@ -30,9 +33,9 @@ DEPEND=" >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtwayland-${QTMIN}:5= >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5 + >=kde-frameworks/kidletime-${KFMIN}:5= >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5= x11-libs/libxkbcommon " RDEPEND="${DEPEND}" diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild index 79627259ff..0fc9539f14 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild @@ -19,8 +19,11 @@ IUSE="" RESTRICT="test" # bug 668872 -# slot op: includes Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot ops: +# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff +# kde-frameworks/kidletime: KIdleTime/private/abstractsystempoller.h +# kde-frameworks/kwindowsystem: Various private headers DEPEND=" >=dev-libs/wayland-1.15 || ( @@ -30,9 +33,9 @@ DEPEND=" >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtwayland-${QTMIN}:5= >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5 + >=kde-frameworks/kidletime-${KFMIN}:5= >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5= x11-libs/libxkbcommon " RDEPEND="${DEPEND}"