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 097CC158041 for ; Sun, 24 Mar 2024 21:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 515CCE29F4; Sun, 24 Mar 2024 21:03:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 347EAE29F4 for ; Sun, 24 Mar 2024 21:03:19 +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 79BCC34308C for ; Sun, 24 Mar 2024 21:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D89DC1225 for ; Sun, 24 Mar 2024 21:03:16 +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: <1711314135.2e7bc1f90ee38298656062a2648133eef56ed923.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kio/kio-6.0.0-r2.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2e7bc1f90ee38298656062a2648133eef56ed923 X-VCS-Branch: master Date: Sun, 24 Mar 2024 21:03:16 +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: c50684fd-fc12-4769-ac99-36eaab08063b X-Archives-Hash: ca2e2f7bd1e75523e72da8b9742e998a commit: 2e7bc1f90ee38298656062a2648133eef56ed923 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 15 13:43:44 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 24 21:02:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7bc1f9 kde-frameworks/kio: Add missing dev-qt/qtbase:6= slot op Uses Qt6::GuiPrivate for qtx11extras_p.h Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kio/kio-6.0.0-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-frameworks/kio/kio-6.0.0-r2.ebuild b/kde-frameworks/kio/kio-6.0.0-r2.ebuild index bcd96c173dc7..468a30f84e2f 100644 --- a/kde-frameworks/kio/kio-6.0.0-r2.ebuild +++ b/kde-frameworks/kio/kio-6.0.0-r2.ebuild @@ -22,6 +22,7 @@ IUSE="acl +kwallet wayland X" # tests hang RESTRICT="test" +# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,ssl,widgets] >=dev-qt/qt5compat-${QTMIN}:6 @@ -60,6 +61,7 @@ COMMON_DEPEND=" =kde-frameworks/kdoctools-${PVCUT}*:6 ) kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:6 ) + X? ( >=dev-qt/qtbase-${QTMIN}:6=[gui] ) " DEPEND="${COMMON_DEPEND} >=dev-qt/qtbase-${QTMIN}:6[concurrent]