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 8F792158087 for ; Sun, 23 Jan 2022 15:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C27E72BC025; Sun, 23 Jan 2022 15:22: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 pigeon.gentoo.org (Postfix) with ESMTPS id A53502BC025 for ; Sun, 23 Jan 2022 15:22:21 +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 AEA133431AA for ; Sun, 23 Jan 2022 15:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6624F2AA for ; Sun, 23 Jan 2022 15:22:19 +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: <1642951316.66cd8f5608a0c2ee94a1cdf68da352d3413e83a3.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.7-r1.ebuild X-VCS-Directories: app-text/zathura-pdf-mupdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 66cd8f5608a0c2ee94a1cdf68da352d3413e83a3 X-VCS-Branch: master Date: Sun, 23 Jan 2022 15:22:19 +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: 1f1c6cb2-1efc-4c0d-b744-f6f3e8ad9454 X-Archives-Hash: d04d33467334abad7bca9b71b71f6b62 commit: 66cd8f5608a0c2ee94a1cdf68da352d3413e83a3 Author: Sam James gentoo org> AuthorDate: Sun Jan 23 15:21:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 23 15:21:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cd8f56 app-text/zathura-pdf-mupdf: Stabilize 0.3.7-r1 amd64, #831850 Signed-off-by: Sam James gentoo.org> app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild index 486cbdd79879..16e6efaebbbb 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git" EGIT_BRANCH="develop" else - KEYWORDS="~amd64 ~arm x86" + KEYWORDS="amd64 ~arm x86" SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz -> ${P}.tar.gz" fi