diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-08-05 21:08:46 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-05 21:52:48 +0800 |
commit | 2e3047fd75ab0b7da0dd9e06b6e500102792469b (patch) | |
tree | 419d68e1236a2a9012623e5e6fbbde85715953fc /app-text/zathura-djvu | |
parent | app-text/zathura-cb: keyword 0.1.8 for ~riscv (diff) | |
download | gentoo-2e3047fd75ab0b7da0dd9e06b6e500102792469b.tar.gz gentoo-2e3047fd75ab0b7da0dd9e06b6e500102792469b.tar.bz2 gentoo-2e3047fd75ab0b7da0dd9e06b6e500102792469b.zip |
app-text/zathura-djvu: keyword 0.2.9 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-text/zathura-djvu')
-rw-r--r-- | app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild | 2 | ||||
-rw-r--r-- | 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 6b35a56bea19..c80464b43d7a 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 7262f7ee1caf..903624bd13ce 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 |