From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1559644-garchives=archives.gentoo.org@lists.gentoo.org>
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 7308A158089
	for <garchives@archives.gentoo.org>; Tue,  3 Oct 2023 21:37:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A2B412BC024;
	Tue,  3 Oct 2023 21:37:44 +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 851E22BC024
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Oct 2023 21:37:44 +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 632FD335C7A
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Oct 2023 21:37:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 06B8E95A
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Oct 2023 21:37:42 +0000 (UTC)
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org>
Message-ID: <1696369055.8c424d28fbc0336199e44a9d3408e5198d8cb67d.leio@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gnome-text-editor/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/gnome-text-editor/gnome-text-editor-45.0.ebuild
X-VCS-Directories: app-editors/gnome-text-editor/
X-VCS-Committer: leio
X-VCS-Committer-Name: Mart Raudsepp
X-VCS-Revision: 8c424d28fbc0336199e44a9d3408e5198d8cb67d
X-VCS-Branch: master
Date: Tue,  3 Oct 2023 21:37:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5d61b2d8-641a-46d7-87e9-594b3bbec2bb
X-Archives-Hash: 41817106902e9ecd74fd10c2bd5d5870

commit:     8c424d28fbc0336199e44a9d3408e5198d8cb67d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 21:36:21 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 21:37:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c424d28

app-editors/gnome-text-editor: keyword 45.0 for ~arm64

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-editors/gnome-text-editor/gnome-text-editor-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gnome-text-editor/gnome-text-editor-45.0.ebuild b/app-editors/gnome-text-editor/gnome-text-editor-45.0.ebuild
index 55a29a4ca087..5c700b81ec16 100644
--- a/app-editors/gnome-text-editor/gnome-text-editor-45.0.ebuild
+++ b/app-editors/gnome-text-editor/gnome-text-editor-45.0.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 
 IUSE="spell"
 
-KEYWORDS="~amd64 ~loong ~riscv"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
 
 DEPEND="
 	>=dev-libs/glib-2.73.0:2