diff options
Diffstat (limited to 'app-text/zathura-djvu/zathura-djvu-9999.ebuild')
-rw-r--r-- | app-text/zathura-djvu/zathura-djvu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |