From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1565265-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 6A130158089
	for <garchives@archives.gentoo.org>; Tue, 24 Oct 2023 19:36:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4B9452BC02F;
	Tue, 24 Oct 2023 19:36:25 +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 292EF2BC02F
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Oct 2023 19:36:25 +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 2DF95335D0D
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Oct 2023 19:36:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C886712C4
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Oct 2023 19:36:21 +0000 (UTC)
From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org>
Message-ID: <1698176143.e4e4cefb4db0fd9635b0d028ec97e873ec5b624e.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild
X-VCS-Directories: app-office/libreoffice-bin-debug/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: e4e4cefb4db0fd9635b0d028ec97e873ec5b624e
X-VCS-Branch: master
Date: Tue, 24 Oct 2023 19:36:21 +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: 3f6c141d-e9fe-47e9-8ef0-67a351a09c93
X-Archives-Hash: cdc8a01f89953889deee375d234bda1f

commit:     e4e4cefb4db0fd9635b0d028ec97e873ec5b624e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 19:35:43 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 19:35:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e4cefb

app-office/libreoffice-bin-debug: Stabilize 7.5.6.2 amd64, #913891

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild
index f221193d80e3..1424f6a38883 100644
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild
+++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild
@@ -46,7 +46,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 # the = is correct, the debug info needs to fit the exact binary
 RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"