From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BA7651582EF for ; Sun, 02 Mar 2025 08:21:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A577D3431BE for ; Sun, 02 Mar 2025 08:21:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E8714110470; Sun, 02 Mar 2025 08:21:04 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D62E81103D5 for ; Sun, 02 Mar 2025 08:21:04 +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 88923343175 for ; Sun, 02 Mar 2025 08:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 058992815 for ; Sun, 02 Mar 2025 08:21:02 +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: <1740903607.7019123aac11f3cb2467c987e32ba09c43a412ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/smb4k/smb4k-4.0.0.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7019123aac11f3cb2467c987e32ba09c43a412ae X-VCS-Branch: master Date: Sun, 02 Mar 2025 08:21:02 +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: 2404f61d-6c15-45db-8645-3cf1c715267f X-Archives-Hash: 512dbb78ae00cf3eb76c23b7281b50c9 commit: 7019123aac11f3cb2467c987e32ba09c43a412ae Author: Sam James gentoo org> AuthorDate: Sun Mar 2 08:20:07 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 2 08:20:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7019123a net-misc/smb4k: Stabilize 4.0.0 arm64, #950459 Signed-off-by: Sam James gentoo.org> net-misc/smb4k/smb4k-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/smb4k/smb4k-4.0.0.ebuild b/net-misc/smb4k/smb4k-4.0.0.ebuild index beda7bf1a865..5044b68f2cfc 100644 --- a/net-misc/smb4k/smb4k-4.0.0.ebuild +++ b/net-misc/smb4k/smb4k-4.0.0.ebuild @@ -14,7 +14,7 @@ https://sourceforge.net/p/smb4k/home/Home/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="https://downloads.sourceforge.net/${PN}/Development/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~riscv ~x86" fi LICENSE="GPL-2"