diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-12 21:28:53 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-12 21:28:53 +0200 |
commit | f6b58ae4bc3ae5c120624b1c4c60c4106d6aa28d (patch) | |
tree | 1a1ac48d9f62d762c9ee428b2862b1ca7ff24417 /app-text/zathura-pdf-mupdf | |
parent | app-text/mupdf: Stabilize 1.23.7-r1 ppc, #926846 (diff) | |
download | gentoo-f6b58ae4bc3ae5c120624b1c4c60c4106d6aa28d.tar.gz gentoo-f6b58ae4bc3ae5c120624b1c4c60c4106d6aa28d.tar.bz2 gentoo-f6b58ae4bc3ae5c120624b1c4c60c4106d6aa28d.zip |
app-text/zathura-pdf-mupdf: Stabilize 0.4.1 arm, #926847
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/zathura-pdf-mupdf')
-rw-r--r-- | app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild index 53bd172f9007..18b48d45a5d8 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 |