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 3A994158024 for ; Thu, 3 Nov 2022 07:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7DCCE0A5C; Thu, 3 Nov 2022 07:29:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADCA5E0A5C for ; Thu, 3 Nov 2022 07:29:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45E17340B9B for ; Thu, 3 Nov 2022 07:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8155A523 for ; Thu, 3 Nov 2022 07:29:15 +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: <1667460311.b4b6579d0af55f02d269f927d024473ddd86101c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/liblangtag/liblangtag-0.6.4.ebuild X-VCS-Directories: app-text/liblangtag/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b4b6579d0af55f02d269f927d024473ddd86101c X-VCS-Branch: master Date: Thu, 3 Nov 2022 07:29:15 +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: b8279139-6a05-4306-8d5d-e68854da541d X-Archives-Hash: b71febf82e0d72f931f1fc767a55ca15 commit: b4b6579d0af55f02d269f927d024473ddd86101c Author: Sam James gentoo org> AuthorDate: Thu Nov 3 07:25:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 3 07:25:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b6579d app-text/liblangtag: Stabilize 0.6.4 arm64, #873469 Signed-off-by: Sam James gentoo.org> app-text/liblangtag/liblangtag-0.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/liblangtag/liblangtag-0.6.4.ebuild b/app-text/liblangtag/liblangtag-0.6.4.ebuild index 96b21bcdb62d..68bf99b2752b 100644 --- a/app-text/liblangtag/liblangtag-0.6.4.ebuild +++ b/app-text/liblangtag/liblangtag-0.6.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" LICENSE="|| ( LGPL-3 MPL-2.0 )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" IUSE="debug doc introspection test" # Upstream expect liblangtag to be installed when one runs tests...