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 BDA5B158041 for ; Wed, 13 Mar 2024 00:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FBD3E2A13; Wed, 13 Mar 2024 00:54: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 23175E2A13 for ; Wed, 13 Mar 2024 00:54:13 +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 35D2533BF60 for ; Wed, 13 Mar 2024 00:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45AA11527 for ; Wed, 13 Mar 2024 00:54:08 +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: <1710291204.87aed9f0b5ca1965b6a5994cfb5bdf6944cad8ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild X-VCS-Directories: app-text/zathura-pdf-mupdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 87aed9f0b5ca1965b6a5994cfb5bdf6944cad8ce X-VCS-Branch: master Date: Wed, 13 Mar 2024 00:54:08 +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: bec61eb9-ae14-44c8-9c02-76beb2261574 X-Archives-Hash: ee1986b607e249a9632ed89b16a330a5 commit: 87aed9f0b5ca1965b6a5994cfb5bdf6944cad8ce Author: Sam James gentoo org> AuthorDate: Wed Mar 13 00:53:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 13 00:53:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87aed9f0 app-text/zathura-pdf-mupdf: Stabilize 0.4.1 x86, #926847 Signed-off-by: Sam James gentoo.org> app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild index 18b48d45a5d8..338caef0fb2a 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git" EGIT_BRANCH="develop" else - KEYWORDS="~amd64 arm ~x86" + KEYWORDS="~amd64 arm x86" SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz" fi