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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 513AD158013 for ; Fri, 15 Dec 2023 22:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 376842BC022; Fri, 15 Dec 2023 22:36:27 +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 1473E2BC022 for ; Fri, 15 Dec 2023 22:36:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08A0F33BE12 for ; Fri, 15 Dec 2023 22:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 943F91441 for ; Fri, 15 Dec 2023 22:36:24 +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: <1702679759.8a929ea9f0e740f1bc3c1ae3418329d4ca080911.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-9999.ebuild X-VCS-Directories: kde-plasma/layer-shell-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a929ea9f0e740f1bc3c1ae3418329d4ca080911 X-VCS-Branch: master Date: Fri, 15 Dec 2023 22:36:24 +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: 362678f0-14cc-45c6-8332-6fb4cc47f871 X-Archives-Hash: ef605f4746ac27b815b1cc06a8e305b3 commit: 8a929ea9f0e740f1bc3c1ae3418329d4ca080911 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 15 22:35:59 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 15 22:35:59 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a929ea9 kde-plasma/layer-shell-qt: Update dependencies Upstream commit ae883df5b119c99d672c380f9585710d339dd187 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 f31d98cb5a..55aae6b39d 100644 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild @@ -14,15 +14,11 @@ SLOT="6" 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/qtbase-${QTMIN}:6[gui] >=dev-qt/qtdeclarative-${QTMIN}:6 - || ( - >=dev-qt/qtbase-${QTMIN}:6[libinput] - >=dev-qt/qtbase-${QTMIN}:6[X] - ) >=dev-qt/qtwayland-${QTMIN}:6= x11-libs/libxkbcommon " @@ -30,7 +26,6 @@ DEPEND="${RDEPEND} dev-libs/wayland-protocols " BDEPEND=" - >=dev-qt/qtwayland-${QTMIN}:6 dev-util/wayland-scanner virtual/pkgconfig "