From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 772D9158074 for ; Thu, 19 Jun 2025 19:31:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 640BC341F62 for ; Thu, 19 Jun 2025 19:31:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5949B1104F7; Thu, 19 Jun 2025 19:31:28 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4A1F51104F7 for ; Thu, 19 Jun 2025 19:31:28 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03098340D1F for ; Thu, 19 Jun 2025 19:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D8462A13 for ; Thu, 19 Jun 2025 19:31:25 +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: <1750361450.1951455d9215975f8fd7f35ddd06cb3abd805c8e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libetonyek/libetonyek-0.1.12-r1.ebuild X-VCS-Directories: app-text/libetonyek/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1951455d9215975f8fd7f35ddd06cb3abd805c8e X-VCS-Branch: master Date: Thu, 19 Jun 2025 19:31:25 +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: a43e9d4d-3230-4dfe-b303-b8f6ab1d25a7 X-Archives-Hash: b1de74c9a7cd9e81c6d916c37d8025a7 commit: 1951455d9215975f8fd7f35ddd06cb3abd805c8e Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jun 19 19:30:50 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jun 19 19:30:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1951455d app-text/libetonyek: Stabilize 0.1.12-r1 x86, #955539 Signed-off-by: Arthur Zamarin gentoo.org> app-text/libetonyek/libetonyek-0.1.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild index b2f600d91f6e..a8ef91e58467 100644 --- a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild +++ b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi DESCRIPTION="Library parsing Apple Keynote presentations"