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 0ADDD1581B9 for ; Tue, 23 Sep 2025 20:35:59 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EBD13340CEE for ; Tue, 23 Sep 2025 20:35:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A1A3A110579; Tue, 23 Sep 2025 20:35:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 910C5110579 for ; Tue, 23 Sep 2025 20:35:47 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DA30340CE7 for ; Tue, 23 Sep 2025 20:35:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F1353A52 for ; Tue, 23 Sep 2025 20:35:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1758659736.bf4caf004ab6a2c15950513d4b1c9873507246d4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mupdf/mupdf-1.26.3.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bf4caf004ab6a2c15950513d4b1c9873507246d4 X-VCS-Branch: master Date: Tue, 23 Sep 2025 20:35:44 +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: ab3a8aa6-5065-44f7-ab50-9cb62b2b2239 X-Archives-Hash: fa3eece5f3f5d07464b9e3e839791809 commit: bf4caf004ab6a2c15950513d4b1c9873507246d4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 23 20:31:51 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 23 20:35:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4caf00 app-text/mupdf: Restore all 1.26.3 keywords IUSE barcode on unavailable arches was masked in preceding commits. Closes: https://bugs.gentoo.org/963174 (wontfix) Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/mupdf/mupdf-1.26.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/mupdf/mupdf-1.26.3.ebuild b/app-text/mupdf/mupdf-1.26.3.ebuild index fc9ab5c53615..fc9052272ca9 100644 --- a/app-text/mupdf/mupdf-1.26.3.ebuild +++ b/app-text/mupdf/mupdf-1.26.3.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${P}-source LICENSE="AGPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="archive barcode brotli +javascript +jpeg2k opengl ssl X" REQUIRED_USE="opengl? ( javascript )"