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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E7111581F0 for ; Fri, 13 Dec 2024 01:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 594ABE070D; Fri, 13 Dec 2024 01:20:44 +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 833E3E070D for ; Fri, 13 Dec 2024 01:20:43 +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 84030340C77 for ; Fri, 13 Dec 2024 01:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85BBF161D for ; Fri, 13 Dec 2024 01:20:40 +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: <1734052830.4163f5fd81c51ca6fc3509feef41395b28c2985e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-le-hb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu-le-hb/icu-le-hb-2.0.0.ebuild X-VCS-Directories: dev-libs/icu-le-hb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4163f5fd81c51ca6fc3509feef41395b28c2985e X-VCS-Branch: master Date: Fri, 13 Dec 2024 01:20:40 +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: a4f5c4a6-835a-4534-8973-42a48a3eb3c6 X-Archives-Hash: d2063826c44a3d73f38292c6fe094430 commit: 4163f5fd81c51ca6fc3509feef41395b28c2985e Author: Sam James gentoo org> AuthorDate: Fri Dec 13 01:20:30 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 13 01:20:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4163f5fd dev-libs/icu-le-hb: Stabilize 2.0.0 ppc, #946340 Signed-off-by: Sam James gentoo.org> dev-libs/icu-le-hb/icu-le-hb-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/icu-le-hb/icu-le-hb-2.0.0.ebuild b/dev-libs/icu-le-hb/icu-le-hb-2.0.0.ebuild index 2a9db92ad4c2..1e05bf36d4c2 100644 --- a/dev-libs/icu-le-hb/icu-le-hb-2.0.0.ebuild +++ b/dev-libs/icu-le-hb/icu-le-hb-2.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/harfbuzz/icu-le-hb/releases/download/${PV}/${P}.tar. LICENSE="icu" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ppc ~ppc64 sparc ~x86" # dev-libs/icu is not linked into icu-le-hb but the latter still needs # to be rebuilt on dev-libs/icu upgrades (see bug #621786).