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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10B59139360 for ; Thu, 5 Aug 2021 14:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1243E089A; Thu, 5 Aug 2021 14:02:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7402E089A for ; Thu, 5 Aug 2021 14:02:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 931B9342CB9 for ; Thu, 5 Aug 2021 14:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F31C8B2 for ; Thu, 5 Aug 2021 14:02:13 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1628171568.2e3047fd75ab0b7da0dd9e06b6e500102792469b.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-djvu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild app-text/zathura-djvu/zathura-djvu-9999.ebuild X-VCS-Directories: app-text/zathura-djvu/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 2e3047fd75ab0b7da0dd9e06b6e500102792469b X-VCS-Branch: master Date: Thu, 5 Aug 2021 14:02:13 +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: b78b00fb-788d-4cfd-905c-7543e6ed8b55 X-Archives-Hash: cf192d6dd9572a68f29716940fc94a87 commit: 2e3047fd75ab0b7da0dd9e06b6e500102792469b Author: Alex Fan yahoo com> AuthorDate: Thu Aug 5 11:08:46 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Aug 5 13:52:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3047fd app-text/zathura-djvu: keyword 0.2.9 for ~riscv Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Yixun Lan gentoo.org> app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild | 2 +- app-text/zathura-djvu/zathura-djvu-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild index 6b35a56bea1..c80464b43d7 100644 --- a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" EGIT_BRANCH="develop" else - KEYWORDS="amd64 arm x86" + KEYWORDS="amd64 arm ~riscv x86" SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" fi diff --git a/app-text/zathura-djvu/zathura-djvu-9999.ebuild b/app-text/zathura-djvu/zathura-djvu-9999.ebuild index 7262f7ee1ca..903624bd13c 100644 --- a/app-text/zathura-djvu/zathura-djvu-9999.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" EGIT_BRANCH="develop" else - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~riscv ~x86" SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" fi