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 87B3F1580EB for ; Thu, 22 May 2025 20:17:20 +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 6E1F0343298 for ; Thu, 22 May 2025 20:17:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 78B2411049F; Thu, 22 May 2025 20:17:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 7381D11049F for ; Thu, 22 May 2025 20:17: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E6B8343254 for ; Thu, 22 May 2025 20:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4B1F2827 for ; Thu, 22 May 2025 20:17:09 +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: <1747944994.1e7e013d1b80132c649835524f27493fff427a08.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.2.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e7e013d1b80132c649835524f27493fff427a08 X-VCS-Branch: master Date: Thu, 22 May 2025 20:17:09 +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: 0e769022-467b-428f-aa3c-d4dcf3eafaa7 X-Archives-Hash: 9c8e6218bf97e82c5f850a55c46b51a1 commit: 1e7e013d1b80132c649835524f27493fff427a08 Author: Sam James gentoo org> AuthorDate: Thu May 22 20:16:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 22 20:16:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7e013d net-misc/smb4k: Stabilize 4.0.2 amd64, #956441 Signed-off-by: Sam James gentoo.org> net-misc/smb4k/smb4k-4.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/smb4k/smb4k-4.0.2.ebuild b/net-misc/smb4k/smb4k-4.0.2.ebuild index 205244a05067..bfed5e59c1b5 100644 --- a/net-misc/smb4k/smb4k-4.0.2.ebuild +++ b/net-misc/smb4k/smb4k-4.0.2.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}/${P}.tar.xz" - KEYWORDS="~amd64 arm64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~riscv ~x86" fi LICENSE="GPL-2"