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 9DCF415800A for ; Sat, 14 Dec 2024 19:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0EE2E09B4; Sat, 14 Dec 2024 19:59:08 +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 B02F3E0998 for ; Sat, 14 Dec 2024 19:59:07 +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 ACD58342F8E for ; Sat, 14 Dec 2024 19:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16D55EB9 for ; Sat, 14 Dec 2024 19:59:05 +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: <1734206338.5eb81e147e9d61f2e0b6b381df6a8b5a2aa51486.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5eb81e147e9d61f2e0b6b381df6a8b5a2aa51486 X-VCS-Branch: master Date: Sat, 14 Dec 2024 19:59:05 +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: eaad918e-3625-478a-8d45-d7fb414a81cd X-Archives-Hash: 088b930abedea958b1a095a7180dc9c2 commit: 5eb81e147e9d61f2e0b6b381df6a8b5a2aa51486 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 14 19:58:58 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 14 19:58:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb81e14 dev-libs/icu-le-hb: Stabilize 2.0.0 amd64, #946340 Signed-off-by: Arthur Zamarin 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 9f04851b15f0..2bd9c7b1c86a 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).