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 DE81F158015 for ; Fri, 22 Dec 2023 09:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 211A22BC01C; Fri, 22 Dec 2023 09:18:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4BB12BC01C for ; Fri, 22 Dec 2023 09:18:23 +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 DF46133E690 for ; Fri, 22 Dec 2023 09:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69AF7125F for ; Fri, 22 Dec 2023 09:18:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703236699.c2f12bded0b2571f2847e6593ba45d921c3ef08f.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2f12bded0b2571f2847e6593ba45d921c3ef08f X-VCS-Branch: master Date: Fri, 22 Dec 2023 09:18:21 +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: 328b77a3-c35d-4bcb-ab55-4ed5c7e6f03a X-Archives-Hash: 4b20e2e42ed8b463ddceec8c6b8d7614 commit: c2f12bded0b2571f2847e6593ba45d921c3ef08f Author: Sam James gentoo org> AuthorDate: Fri Dec 22 09:05:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 22 09:18:19 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2f12bde kde-misc/kio-fuse: sync live Signed-off-by: Sam James gentoo.org> kde-misc/kio-fuse/kio-fuse-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild index 75937749c1..fccedcdc4c 100644 --- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild +++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild @@ -12,8 +12,8 @@ DESCRIPTION="FUSE interface for KIO" 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}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" fi LICENSE="GPL-3+"