diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-05 18:34:46 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-05 18:34:46 +0200 |
commit | 96e0d93d5cd7109c5e320c75cc442e49738fa915 (patch) | |
tree | 2c9850e50595c950f19fdecbbb9712f57b9062db /app-text | |
parent | app-text/zathura: Stabilize 0.5.2-r4 arm, #899668 (diff) | |
download | gentoo-96e0d93d5cd7109c5e320c75cc442e49738fa915.tar.gz gentoo-96e0d93d5cd7109c5e320c75cc442e49738fa915.tar.bz2 gentoo-96e0d93d5cd7109c5e320c75cc442e49738fa915.zip |
app-text/zathura-pdf-poppler: Stabilize 0.3.1 arm, #899668
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.3.1.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.3.1.ebuild index cda9cd6aa073..a2fea4d5caab 100644 --- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.3.1.ebuild +++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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-pdf-poppler.git" EGIT_BRANCH="develop" else - KEYWORDS="~amd64 ~arm ~riscv ~x86" + KEYWORDS="~amd64 arm ~riscv ~x86" SRC_URI="https://github.com/pwmt/zathura-pdf-poppler/archive/${PV}.tar.gz -> ${P}.tar.gz" fi |