commit:     238de1618abb98fa269c36edcfe1405381ddb677
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 17:46:00 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 17:46:00 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=238de161

kde-misc/kio-fuse: Raise KFMIN and QTMIN and drop obsolete phase calls

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/kio-fuse/kio-fuse-9999.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild 
b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 74751dabae..9984d0a4cf 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=6.3.0
-QTMIN=6.6.2
+KFMIN=6.16.0
+QTMIN=6.8.1
 inherit ecm kde.org linux-info tmpfiles
 
 DESCRIPTION="FUSE interface for KIO"
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/";
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
        SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-       KEYWORDS="~amd64"
+       KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"
@@ -36,11 +36,8 @@ RDEPEND="${DEPEND}
 pkg_setup() {
        local CONFIG_CHECK="~FUSE_FS"
        linux-info_pkg_setup
-
-       ecm_pkg_setup
 }
 
 pkg_postinst() {
        tmpfiles_process "${PN}-tmpfiles.conf"
-       ecm_pkg_postinst
 }

Reply via email to