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 812D4158083 for ; Sat, 7 Sep 2024 17:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C368BE2A0B; Sat, 7 Sep 2024 17:52:45 +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 A8B0BE2A0B for ; Sat, 7 Sep 2024 17:52:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2EB5342FF9 for ; Sat, 7 Sep 2024 17:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FA761CC5 for ; Sat, 7 Sep 2024 17:52:43 +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: <1725731535.98f170055e4bc16a43fc60bd9160361ec10095a4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kguiaddons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kguiaddons/kguiaddons-6.5.0-r1.ebuild kde-frameworks/kguiaddons/kguiaddons-6.5.0.ebuild X-VCS-Directories: kde-frameworks/kguiaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 98f170055e4bc16a43fc60bd9160361ec10095a4 X-VCS-Branch: master Date: Sat, 7 Sep 2024 17:52:43 +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: 2c136142-da3b-47b0-95c9-0aee40784e07 X-Archives-Hash: a94c53310b9a322e27a7308fdfc5fd0f commit: 98f170055e4bc16a43fc60bd9160361ec10095a4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 7 09:35:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 7 17:52:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f17005 kde-frameworks/kguiaddons: add missing dev-qt/qtbase[X] USEdep Put x11-base/xorg-proto behind IUSE X, amends 67ed7de4eedc7300fc34fbc4926b027f6eb2fe2e Upstream commit 605f81f22e6f760f35778bd67cb144a69a30de4f See also: https://invent.kde.org/frameworks/kguiaddons/-/merge_requests/128 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{kguiaddons-6.5.0.ebuild => kguiaddons-6.5.0-r1.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/kguiaddons/kguiaddons-6.5.0.ebuild b/kde-frameworks/kguiaddons/kguiaddons-6.5.0-r1.ebuild similarity index 89% rename from kde-frameworks/kguiaddons/kguiaddons-6.5.0.ebuild rename to kde-frameworks/kguiaddons/kguiaddons-6.5.0-r1.ebuild index 33bab6e42577..ceb955696cc5 100644 --- a/kde-frameworks/kguiaddons/kguiaddons-6.5.0.ebuild +++ b/kde-frameworks/kguiaddons/kguiaddons-6.5.0-r1.ebuild @@ -21,12 +21,17 @@ COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6=[wayland] >=dev-qt/qtwayland-${QTMIN}:6 ) - X? ( x11-libs/libX11 ) + X? ( + >=dev-qt/qtbase-${QTMIN}:6[X] + x11-libs/libX11 + ) " DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto wayland? ( >=dev-libs/plasma-wayland-protocols-1.11.1 ) - X? ( x11-libs/libxcb ) + X? ( + x11-base/xorg-proto + x11-libs/libxcb + ) " RDEPEND="${COMMON_DEPEND} !${CATEGORY}/${PN}:5[-kf6compat(-)]