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 6099B1584F2 for ; Tue, 18 Mar 2025 00:55:38 +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 4C07D342FEE for ; Tue, 18 Mar 2025 00:55:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 45E2F1103E3; Tue, 18 Mar 2025 00:55:21 +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 3DFED1103E3 for ; Tue, 18 Mar 2025 00:55:21 +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 E76AE342FE4 for ; Tue, 18 Mar 2025 00:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A23F261D for ; Tue, 18 Mar 2025 00:55:18 +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: <1742259231.7a750e945971d0f6382cb3d17a943a28ed2bc32c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lerc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lerc/lerc-4.0.0.ebuild X-VCS-Directories: media-libs/lerc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7a750e945971d0f6382cb3d17a943a28ed2bc32c X-VCS-Branch: master Date: Tue, 18 Mar 2025 00:55:18 +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: 15299502-befb-473a-86d9-6e2977e5c9fb X-Archives-Hash: 6f2743c8295c83e3d590ef931bc83840 commit: 7a750e945971d0f6382cb3d17a943a28ed2bc32c Author: Sam James gentoo org> AuthorDate: Tue Mar 18 00:51:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 18 00:53:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a750e94 media-libs/lerc: Stabilize 4.0.0 ppc64, #950284 Signed-off-by: Sam James gentoo.org> media-libs/lerc/lerc-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lerc/lerc-4.0.0.ebuild b/media-libs/lerc/lerc-4.0.0.ebuild index ef2452ea1f3e..54129d54fc83 100644 --- a/media-libs/lerc/lerc-4.0.0.ebuild +++ b/media-libs/lerc/lerc-4.0.0.ebuild @@ -11,4 +11,4 @@ SRC_URI="https://github.com/Esri/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.t LICENSE="Apache-2.0" SLOT="0/4" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ppc64 x86"