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 EFE2F158287 for ; Wed, 14 May 2025 18:51:26 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DB62B3438F0 for ; Wed, 14 May 2025 18:51:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D2BB21104BC; Wed, 14 May 2025 18:50:53 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C2E481104BC for ; Wed, 14 May 2025 18:50:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7190A343897 for ; Wed, 14 May 2025 18:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2697228BA for ; Wed, 14 May 2025 18:50:50 +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: <1747248640.6ec13537c3a02b5ff0b3a26365e74ee663b2e4e3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libhx/libhx-4.27.ebuild X-VCS-Directories: sys-libs/libhx/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6ec13537c3a02b5ff0b3a26365e74ee663b2e4e3 X-VCS-Branch: master Date: Wed, 14 May 2025 18:50:50 +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: 819233f7-5342-42d5-b5b2-3c5d69b1fad5 X-Archives-Hash: 49286a21972c957f0e40a813e406da0a commit: 6ec13537c3a02b5ff0b3a26365e74ee663b2e4e3 Author: Arthur Zamarin gentoo org> AuthorDate: Wed May 14 18:50:40 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed May 14 18:50:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec13537 sys-libs/libhx: Stabilize 4.27 ppc, #955940 Signed-off-by: Arthur Zamarin gentoo.org> sys-libs/libhx/libhx-4.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libhx/libhx-4.27.ebuild b/sys-libs/libhx/libhx-4.27.ebuild index 20e052f48477..f5e4ab3fffbe 100644 --- a/sys-libs/libhx/libhx-4.27.ebuild +++ b/sys-libs/libhx/libhx-4.27.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz" S="${WORKDIR}/libHX-${PV}" LICENSE="GPL-3" SLOT="0/32" # soname version -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="doc" BDEPEND="app-arch/xz-utils"