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 DC11E1581F0 for ; Fri, 24 Jan 2025 07:06:30 +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 C8F243434FE for ; Fri, 24 Jan 2025 07:06:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0AD1A110432; Fri, 24 Jan 2025 07:06:02 +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 00945110432 for ; Fri, 24 Jan 2025 07:06:01 +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 A78C03433A4 for ; Fri, 24 Jan 2025 07:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E3E72082 for ; Fri, 24 Jan 2025 07:06:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1737702335.eb98f8c3896f199f8fe2cd797374706f28b74de7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/smb4k/smb4k-3.2.92.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: eb98f8c3896f199f8fe2cd797374706f28b74de7 X-VCS-Branch: master Date: Fri, 24 Jan 2025 07:06:00 +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: c774aafb-8678-4cc2-b952-0f5c98f2cddf X-Archives-Hash: 6103924022fe535bfa6f41d7cfe0d066 commit: eb98f8c3896f199f8fe2cd797374706f28b74de7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 24 07:05:35 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 24 07:05:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb98f8c3 net-misc/smb4k: Stabilize 3.2.92 arm64, #947182 Signed-off-by: Arthur Zamarin gentoo.org> net-misc/smb4k/smb4k-3.2.92.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/smb4k/smb4k-3.2.92.ebuild b/net-misc/smb4k/smb4k-3.2.92.ebuild index 6ef6c2969e89..5044b68f2cfc 100644 --- a/net-misc/smb4k/smb4k-3.2.92.ebuild +++ b/net-misc/smb4k/smb4k-3.2.92.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 @@ -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"