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 CCA0915802E for ; Tue, 2 Jul 2024 11:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AF2A2BC0C9; Tue, 2 Jul 2024 11:47:01 +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 218332BC0C9 for ; Tue, 2 Jul 2024 11:47: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 EFD95343024 for ; Tue, 2 Jul 2024 11:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 485AA1DCA for ; Tue, 2 Jul 2024 11:46:56 +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: <1719920405.4729c3cc2733e717fad38cf88dcfe87e29580ca6.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-3.2.72.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4729c3cc2733e717fad38cf88dcfe87e29580ca6 X-VCS-Branch: master Date: Tue, 2 Jul 2024 11:46:56 +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: 1d1efdf6-3079-404b-928b-0df9847e7a2b X-Archives-Hash: 2cd1bfaf95ebe16f3b4cc9cbc5122a1a commit: 4729c3cc2733e717fad38cf88dcfe87e29580ca6 Author: Sam James gentoo org> AuthorDate: Tue Jul 2 11:29:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 2 11:40:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4729c3cc net-misc/smb4k: Keyword 3.2.72 arm64, #934361 Signed-off-by: Sam James gentoo.org> net-misc/smb4k/smb4k-3.2.72.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/smb4k/smb4k-3.2.72.ebuild b/net-misc/smb4k/smb4k-3.2.72.ebuild index 797a9d0554c5..e5dd90cb9a9c 100644 --- a/net-misc/smb4k/smb4k-3.2.72.ebuild +++ b/net-misc/smb4k/smb4k-3.2.72.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" + KEYWORDS="~amd64 ~arm64" fi LICENSE="GPL-2"