Diff zathura-pdf-mupdf-0.4.4 with a zathura-pdf-mupdf-9999
/usr/portage/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild 2024-12-25 14:59:47.759270056 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
8 | 8 |
if [[ ${PV} == *9999 ]]; then |
9 | 9 |
inherit git-r3 |
10 | 10 |
EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git" |
11 |
EGIT_BRANCH="develop" |
|
12 | 11 |
else |
13 |
KEYWORDS="amd64 arm x86" |
|
12 |
KEYWORDS="~amd64 ~arm ~x86" |
|
14 | 13 |
SRC_URI="https://github.com/pwmt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
15 | 14 |
fi |
16 | 15 |