From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1652009-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 656EC1581C1
	for <garchives@archives.gentoo.org>; Fri, 12 Jul 2024 06:03:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9FB162BC04F;
	Fri, 12 Jul 2024 06:03:15 +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 896C32BC04F
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jul 2024 06:03: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 D3F343406BF
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jul 2024 06:03:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F4221BD7
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jul 2024 06:03:13 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1720764178.878f9e90ffd6c48cee0874b16b64297390342b1e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/lyx/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-office/lyx/lyx-2.4.1.ebuild
X-VCS-Directories: app-office/lyx/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 878f9e90ffd6c48cee0874b16b64297390342b1e
X-VCS-Branch: master
Date: Fri, 12 Jul 2024 06:03:13 +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: f085e3fe-3481-48e7-8395-fe88ec10f5f7
X-Archives-Hash: 5400bfb1e73297e45628581a6f931cad

commit:     878f9e90ffd6c48cee0874b16b64297390342b1e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 18:33:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 06:02:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878f9e90

app-office/lyx: Stabilize 2.4.1 amd64, #935852

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/lyx/lyx-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/lyx/lyx-2.4.1.ebuild b/app-office/lyx/lyx-2.4.1.ebuild
index d9d8f324a88f..dc7b64d683df 100644
--- a/app-office/lyx/lyx-2.4.1.ebuild
+++ b/app-office/lyx/lyx-2.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://ftp.lyx.org/pub/lyx/devel/lyx-$(ver_cut 1-2)/${P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="aspell cups dia dot enchant gnumeric html +hunspell +latex monolithic-build nls rcs rtf svg l10n_he"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="test"