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 3817815808B for ; Tue, 12 Apr 2022 18:44:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AB7E0922; Tue, 12 Apr 2022 18:44:41 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 0F810E0920 for ; Tue, 12 Apr 2022 18:44:41 +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 0C9E43415AF for ; Tue, 12 Apr 2022 18:44:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A22742B0 for ; Tue, 12 Apr 2022 18:44:38 +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: <1649789066.4c6850b94b33a77fde13068b08a7393977f620c5.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/hamlib/hamlib-4.4.ebuild X-VCS-Directories: media-libs/hamlib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4c6850b94b33a77fde13068b08a7393977f620c5 X-VCS-Branch: master Date: Tue, 12 Apr 2022 18:44:38 +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: 578e5c50-500f-428d-afa1-3b2d2e6de7c9 X-Archives-Hash: 6e869f4a1812eb9b23559791e4d6698f commit: 4c6850b94b33a77fde13068b08a7393977f620c5 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 12 18:44:26 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 12 18:44:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6850b9 media-libs/hamlib: Keyword 4.4 arm64, #838070 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/hamlib/hamlib-4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/hamlib/hamlib-4.4.ebuild b/media-libs/hamlib/hamlib-4.4.ebuild index 1cc6e90cd16f..fe40c60c8889 100644 --- a/media-libs/hamlib/hamlib-4.4.ebuild +++ b/media-libs/hamlib/hamlib-4.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/hamlib/${MY_P}.tar.gz" LICENSE="LGPL-2 GPL-2" SLOT="0/4.2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="doc perl python tcl" RESTRICT="test"