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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 757DB1581F0 for ; Fri, 10 Jan 2025 08:37:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 243F7E0814; Fri, 10 Jan 2025 08:37:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F389EE0814 for ; Fri, 10 Jan 2025 08:37: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 152EA341939 for ; Fri, 10 Jan 2025 08:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6AD194F for ; Fri, 10 Jan 2025 08:37:14 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1736497819.e80107cff98ef7c50922987c0cd67f0ec2fc4431.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-fuse/kio-fuse-5.1.0-r1.ebuild X-VCS-Directories: kde-misc/kio-fuse/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: e80107cff98ef7c50922987c0cd67f0ec2fc4431 X-VCS-Branch: master Date: Fri, 10 Jan 2025 08:37:14 +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: dd8a85b2-8aee-4653-a0b6-dbba17c2561d X-Archives-Hash: 66444842f1d51fed0dbf4febc19fad88 commit: e80107cff98ef7c50922987c0cd67f0ec2fc4431 Author: WANG Xuerui gentoo org> AuthorDate: Fri Jan 10 08:16:03 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Jan 10 08:30:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80107cf kde-misc/kio-fuse: keyword 5.1.0-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> kde-misc/kio-fuse/kio-fuse-5.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/kio-fuse/kio-fuse-5.1.0-r1.ebuild b/kde-misc/kio-fuse/kio-fuse-5.1.0-r1.ebuild index 7f6ecd0ab890..d14a88d8cdb6 100644 --- a/kde-misc/kio-fuse/kio-fuse-5.1.0-r1.ebuild +++ b/kde-misc/kio-fuse/kio-fuse-5.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="GPL-3+"