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 A314A15806E for ; Sat, 27 May 2023 10:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E11B5E0843; Sat, 27 May 2023 10:51:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C389AE083E for ; Sat, 27 May 2023 10:51:50 +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 06CFE3410A7 for ; Sat, 27 May 2023 10:51:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90999A7A for ; Sat, 27 May 2023 10:51:48 +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: <1685184686.b8277e72580e633e31d544ee9152b45957709c86.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepass/keepass-2.49.ebuild X-VCS-Directories: app-admin/keepass/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b8277e72580e633e31d544ee9152b45957709c86 X-VCS-Branch: master Date: Sat, 27 May 2023 10:51:48 +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: 13fcfdc9-2817-4bc9-84db-8b21d322b981 X-Archives-Hash: 4afc6b1ac87e3e0a8cc1d23497c4d2f8 commit: b8277e72580e633e31d544ee9152b45957709c86 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 27 10:51:26 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 27 10:51:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8277e72 app-admin/keepass: Keyword 2.49 arm64, #907128 Signed-off-by: Arthur Zamarin gentoo.org> app-admin/keepass/keepass-2.49.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/keepass/keepass-2.49.ebuild b/app-admin/keepass/keepass-2.49.ebuild index 7d5fde39dc39..2e453b7a9ddf 100644 --- a/app-admin/keepass/keepass-2.49.ebuild +++ b/app-admin/keepass/keepass-2.49.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="aot" BDEPEND="app-arch/unzip"