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 A3C73158018 for ; Sun, 3 Oct 2021 09:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0462BE0908; Sun, 3 Oct 2021 09:25:49 +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 DFF71E08F4 for ; Sun, 3 Oct 2021 09:25:48 +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 0C147342BA3 for ; Sun, 3 Oct 2021 09:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5094883 for ; Sun, 3 Oct 2021 09:25:46 +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: <1633252842.762b47afdadf6a6dc0c0e996128ad633e2c84dec.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild X-VCS-Directories: kde-plasma/layer-shell-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 762b47afdadf6a6dc0c0e996128ad633e2c84dec X-VCS-Branch: master Date: Sun, 3 Oct 2021 09:25:46 +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: c7158e0f-e562-4b56-b3f5-47affb7b21ea X-Archives-Hash: 0e551262f47a305d55eb8449a3146d45 commit: 762b47afdadf6a6dc0c0e996128ad633e2c84dec Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 3 09:16:24 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 09:20:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=762b47af kde-plasma/layer-shell-qt: Needs dev-qt/qtwayland private headers Add slot operator accordingly. Bug: https://bugs.gentoo.org/815646 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild | 3 ++- kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild | 3 ++- kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild index e70d7db79a..582e24874f 100644 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="" # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot op: various private QtWaylandClient headers RDEPEND=" >=dev-libs/wayland-1.15 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -22,7 +23,7 @@ RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5[libinput] >=dev-qt/qtgui-${QTMIN}:5[X] ) - >=dev-qt/qtwayland-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5= x11-libs/libxkbcommon " DEPEND="${RDEPEND} diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild index 36421caef1..6f62520aca 100644 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild @@ -15,6 +15,7 @@ KEYWORDS="" IUSE="" # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot op: various private QtWaylandClient headers RDEPEND=" >=dev-libs/wayland-1.15 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -22,7 +23,7 @@ RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5[libinput] >=dev-qt/qtgui-${QTMIN}:5[X] ) - >=dev-qt/qtwayland-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5= x11-libs/libxkbcommon " DEPEND="${RDEPEND} diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild index cb5e5755eb..e0b46445c2 100644 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild @@ -15,6 +15,7 @@ KEYWORDS="" IUSE="" # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot op: various private QtWaylandClient headers RDEPEND=" >=dev-libs/wayland-1.15 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -22,7 +23,7 @@ RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5[libinput] >=dev-qt/qtgui-${QTMIN}:5[X] ) - >=dev-qt/qtwayland-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5= x11-libs/libxkbcommon " DEPEND="${RDEPEND}