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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53720158090 for ; Thu, 5 May 2022 03:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73B91E07B3; Thu, 5 May 2022 03:54:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A9D0E07AE for ; Thu, 5 May 2022 03:54:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3418341B7C for ; Thu, 5 May 2022 03:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39060448 for ; Thu, 5 May 2022 03:54:38 +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: <1651722845.215b5b11da6a7a82b7d6b8b99712281d651d7f96.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.3.8-r1.ebuild X-VCS-Directories: app-text/zathura-pdf-mupdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 215b5b11da6a7a82b7d6b8b99712281d651d7f96 X-VCS-Branch: master Date: Thu, 5 May 2022 03:54:38 +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: 49bb2df6-0faa-4138-8699-c1efd2d96de4 X-Archives-Hash: 7dbec17afa773c88ffa19367b23a50a8 commit: 215b5b11da6a7a82b7d6b8b99712281d651d7f96 Author: Sam James gentoo org> AuthorDate: Thu May 5 03:54:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 5 03:54:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215b5b11 app-text/zathura-pdf-mupdf: Stabilize 0.3.8-r1 amd64, #841620 Signed-off-by: Sam James gentoo.org> app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.8-r1.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.8-r1.ebuild index 439355423fb1..e2fc271a9421 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.8-r1.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.8-r1.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