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 01C08158097 for ; Fri, 5 Aug 2022 07:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CD8EE0E82; Fri, 5 Aug 2022 07:16:13 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 4F27EE0E82 for ; Fri, 5 Aug 2022 07:16:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 64891340CCF for ; Fri, 5 Aug 2022 07:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA71D568 for ; Fri, 5 Aug 2022 07:16:10 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1659683751.c1f66e0a20095cfb134bafbeca800a3dd80d8ae1.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjxl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libjxl/libjxl-0.7.0_pre20220511.ebuild X-VCS-Directories: media-libs/libjxl/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c1f66e0a20095cfb134bafbeca800a3dd80d8ae1 X-VCS-Branch: master Date: Fri, 5 Aug 2022 07:16:10 +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: b953da48-28f3-46b7-8b99-7bf477945d49 X-Archives-Hash: d689656b108ccc5d40eeacd06c6a09bf commit: c1f66e0a20095cfb134bafbeca800a3dd80d8ae1 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Aug 5 07:15:51 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Aug 5 07:15:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f66e0a media-libs/libjxl: x86 stable wrt bug #861797 Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/libjxl/libjxl-0.7.0_pre20220511.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libjxl/libjxl-0.7.0_pre20220511.ebuild b/media-libs/libjxl/libjxl-0.7.0_pre20220511.ebuild index f96850293ff8..fb2ba8618c4e 100644 --- a/media-libs/libjxl/libjxl-0.7.0_pre20220511.ebuild +++ b/media-libs/libjxl/libjxl-0.7.0_pre20220511.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="JPEG XL image format reference implementation" HOMEPAGE="https://github.com/libjxl/libjxl" SRC_URI="https://api.github.com/repos/libjxl/libjxl/tarball/105bf1a20be35c2d0d7dd302c008f3669c2f998c -> ${P}.tar.gz" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" LICENSE="BSD" SLOT="0"