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 AB2F215808B for ; Mon, 14 Feb 2022 20:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07C7CE0891; Mon, 14 Feb 2022 20:45:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3ECFE088F for ; Mon, 14 Feb 2022 20:45:15 +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 E0F1F342ED7 for ; Mon, 14 Feb 2022 20:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EABA29 for ; Mon, 14 Feb 2022 20:45:13 +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: <1644871498.d5224c3b318a095f308f16f4e8603b5ff51e3c11.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-1.4.230.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5224c3b318a095f308f16f4e8603b5ff51e3c11 X-VCS-Branch: master Date: Mon, 14 Feb 2022 20:45:13 +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: b397a4e1-3cad-4abe-9ae3-d7d32b8d0e22 X-Archives-Hash: ee5752381337f8b8d263c1a12baa0a81 commit: d5224c3b318a095f308f16f4e8603b5ff51e3c11 Author: Sam James gentoo org> AuthorDate: Mon Feb 14 20:44:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 14 20:44:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5224c3b media-sound/mumble: Keyword 1.4.230 arm64, #832821 Signed-off-by: Sam James gentoo.org> media-sound/mumble/mumble-1.4.230.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mumble/mumble-1.4.230.ebuild b/media-sound/mumble/mumble-1.4.230.ebuild index 15aaa4b74c3d..569287f40c7f 100644 --- a/media-sound/mumble/mumble-1.4.230.ebuild +++ b/media-sound/mumble/mumble-1.4.230.ebuild @@ -20,7 +20,7 @@ else SRC_URI="https://github.com/mumble-voip/mumble/releases/download/v${MY_PV}/${MY_P}.tar.gz" S="${WORKDIR}/${P/_*}.src" fi - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="BSD MIT"