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 2070215808B for ; Tue, 13 Feb 2024 05:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F411CE29D1; Tue, 13 Feb 2024 05:43:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8B18E29D1 for ; Tue, 13 Feb 2024 05:43:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB7D5343029 for ; Tue, 13 Feb 2024 05:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C444511CF for ; Tue, 13 Feb 2024 05:43:28 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1707802839.2b214fc164ed9438d8abceeb8ff2cd0fba7ec7d3.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pmount/pmount-0.9.99_alpha-r8.ebuild X-VCS-Directories: sys-apps/pmount/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 2b214fc164ed9438d8abceeb8ff2cd0fba7ec7d3 X-VCS-Branch: master Date: Tue, 13 Feb 2024 05:43:28 +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: dd5ad60f-1770-4ddd-82a5-086ca5233faa X-Archives-Hash: 4b5f34283a322d493d67d314c16fefdf commit: 2b214fc164ed9438d8abceeb8ff2cd0fba7ec7d3 Author: Matoro Mahri matoro tk> AuthorDate: Sat Feb 10 18:07:14 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Feb 13 05:40:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b214fc1 sys-apps/pmount: Keyword 0.9.99_alpha-r8 arm64, #920873 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Viorel Munteanu gentoo.org> sys-apps/pmount/pmount-0.9.99_alpha-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r8.ebuild b/sys-apps/pmount/pmount-0.9.99_alpha-r8.ebuild index 4b0c16d89431..1c65776dc516 100644 --- a/sys-apps/pmount/pmount-0.9.99_alpha-r8.ebuild +++ b/sys-apps/pmount/pmount-0.9.99_alpha-r8.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}"/${P/_/-} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="crypt" # cryptsetup is executed at runtime only, no libraries used AFAICT