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 BBD44158015 for ; Sat, 16 Dec 2023 12:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8D132BC01B; Sat, 16 Dec 2023 12:34:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 959512BC01A for ; Sat, 16 Dec 2023 12:34:12 +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 C35ED33D3CF for ; Sat, 16 Dec 2023 12:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B7DE1492 for ; Sat, 16 Dec 2023 12:34:10 +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: <1702729307.0388bdfc2a589552d5b5ae8b9ae4406eae6b084c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-fuse/kio-fuse-9999.ebuild X-VCS-Directories: kde-misc/kio-fuse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0388bdfc2a589552d5b5ae8b9ae4406eae6b084c X-VCS-Branch: master Date: Sat, 16 Dec 2023 12:34:10 +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: 45c67246-bfdb-4a38-9a0d-f4600820fb70 X-Archives-Hash: 5dd94dd2bb149a079bb49dc65627facb commit: 0388bdfc2a589552d5b5ae8b9ae4406eae6b084c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 16 12:21:32 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 16 12:21:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0388bdfc kde-misc/kio-fuse: Port to KF6 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-fuse/kio-fuse-9999.ebuild | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild index d93ae0fe43..8c3e254e10 100644 --- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild +++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild @@ -4,8 +4,8 @@ EAPI=8 ECM_TEST="true" -KFMIN=5.106.0 -QTMIN=5.15.9 +KFMIN=5.245.0 +QTMIN=6.6.0 inherit ecm kde.org linux-info tmpfiles DESCRIPTION="FUSE interface for KIO" @@ -17,18 +17,16 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then fi LICENSE="GPL-3+" -SLOT="5" +SLOT="6" IUSE="" RESTRICT="test" # depend on fuse kernel module DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 sys-fs/fuse:3 " RDEPEND="${DEPEND}"