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 74E75158018 for ; Sun, 3 Oct 2021 12:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1480E08EB; Sun, 3 Oct 2021 12:31:52 +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 90233E08EB for ; Sun, 3 Oct 2021 12:31:52 +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 8A5E6342E98 for ; Sun, 3 Oct 2021 12:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22C3311C for ; Sun, 3 Oct 2021 12:31:50 +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: <1633264252.a230ec12c03a9b39f9d9fead149b0c2fc11d287e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwayland-integration/kwayland-integration-5.22.5-r1.ebuild kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild X-VCS-Directories: kde-plasma/kwayland-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a230ec12c03a9b39f9d9fead149b0c2fc11d287e X-VCS-Branch: master Date: Sun, 3 Oct 2021 12:31:50 +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: c3dca1a5-65d7-4472-bf77-68d555f5ecbd X-Archives-Hash: 9d45fdd0740992b982a295c2c3094124 commit: a230ec12c03a9b39f9d9fead149b0c2fc11d287e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 3 12:22:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 12:30:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a230ec12 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> ...ion-5.22.5.ebuild => kwayland-integration-5.22.5-r1.ebuild} | 10 ++++++++-- .../kwayland-integration/kwayland-integration-5.22.90.ebuild | 9 ++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.22.5-r1.ebuild similarity index 61% rename from kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild rename to kde-plasma/kwayland-integration/kwayland-integration-5.22.5-r1.ebuild index 83a93086070..f9554eb12b3 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.22.5-r1.ebuild @@ -19,12 +19,18 @@ IUSE="" RESTRICT="test" # bug 668872 +# 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-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${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.22.90.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild index 09e3b1f2b59..9a1d55f7aa5 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}"