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 2950A15808B for ; Sun, 10 Apr 2022 10:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC0B5E0948; Sun, 10 Apr 2022 10:47:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8845EE092A for ; Sun, 10 Apr 2022 10:47:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7FF0D3410CC for ; Sun, 10 Apr 2022 10:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC7453A5 for ; Sun, 10 Apr 2022 10:46:53 +0000 (UTC) From: "Sam James" 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" Message-ID: <1649587600.627414feb2f2697a9f3c63d5c7d8ae43ed94ada4.sam@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.10-r1.ebuild X-VCS-Directories: app-text/libetonyek/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 627414feb2f2697a9f3c63d5c7d8ae43ed94ada4 X-VCS-Branch: master Date: Sun, 10 Apr 2022 10:46:53 +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: a3b6e706-addf-4ec8-a244-1695c324623c X-Archives-Hash: feb9a2488dda8b8af44e433edda64db6 commit: 627414feb2f2697a9f3c63d5c7d8ae43ed94ada4 Author: James Beddek posteo de> AuthorDate: Thu Dec 2 04:19:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 10 10:46:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627414fe app-text/libetonyek: keyword 0.1.10-r1 Signed-off-by: James Beddek posteo.de> Closes: https://github.com/gentoo/gentoo/pull/23143 Signed-off-by: Sam James gentoo.org> app-text/libetonyek/libetonyek-0.1.10-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild index e8b2ff71f53d..7493c2947bb9 100644 --- a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild +++ b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild @@ -10,8 +10,7 @@ if [[ ${PV} == *9999 ]]; then else MDDS_VER="2.0" SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" - # Unkeyworded while libreoffice has no release making use of this slot - # KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi DESCRIPTION="Library parsing Apple Keynote presentations" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"