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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C277158095 for ; Fri, 2 Sep 2022 20:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E315E0957; Fri, 2 Sep 2022 20:05:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34ED4E0957 for ; Fri, 2 Sep 2022 20:05:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F5A5340F2D for ; Fri, 2 Sep 2022 20:05:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DB05526 for ; Fri, 2 Sep 2022 20:05:03 +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: <1662149085.334e44d2e75c885c711e4e30b030581ea1bf1bb9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwayland/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kwayland/kwayland-9999.ebuild X-VCS-Directories: kde-frameworks/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 334e44d2e75c885c711e4e30b030581ea1bf1bb9 X-VCS-Branch: master Date: Fri, 2 Sep 2022 20:05:03 +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: 3968c5b2-a80c-43ad-8fce-3a1c2a485d5e X-Archives-Hash: 63d5bebf0b2fec09110b7bf9e923afdd commit: 334e44d2e75c885c711e4e30b030581ea1bf1bb9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 2 18:41:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 2 20:04:45 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=334e44d2 kde-frameworks/kwayland: Add slot op on dev-qt/qtwayland Upstream commit 57cf099868f6d9d9e45a346af22a22e10d2bf851 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwayland/kwayland-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kwayland/kwayland-9999.ebuild b/kde-frameworks/kwayland/kwayland-9999.ebuild index 6186d959b2..3d7c54f3d7 100644 --- a/kde-frameworks/kwayland/kwayland-9999.ebuild +++ b/kde-frameworks/kwayland/kwayland-9999.ebuild @@ -18,12 +18,12 @@ IUSE="" # All failing, I guess we need a virtual wayland server RESTRICT="test" -# slot op: includes qpa/qplatformnativeinterface.h +# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h RDEPEND=" >=dev-libs/wayland-1.15.0 >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5=[egl] - >=dev-qt/qtwayland-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5= media-libs/libglvnd " DEPEND="${RDEPEND}