Diff zathura-cb-0.1.10 with a zathura-cb-9999

/usr/portage/app-text/zathura-cb/zathura-cb-9999.ebuild 2024-12-25 14:59:47.759270056 +0300
1
# Copyright 1999-2023 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
......
7 7

  
8 8
if [[ ${PV} == *9999 ]]; then
9 9
	inherit git-r3
10
	EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-cb.git"
11
	EGIT_BRANCH="develop"
10
	EGIT_REPO_URI="https://github.com/pwmt/zathura-cb.git"
12 11
else
13
	KEYWORDS="amd64 arm ~riscv x86"
12
	KEYWORDS="~amd64 ~arm ~riscv ~x86"
14 13
	SRC_URI="https://pwmt.org/projects/zathura-cb/download/${P}.tar.xz"
15 14
fi
16 15

  
......
20 19
LICENSE="ZLIB"
21 20
SLOT="0"
22 21

  
22
# Tests currently only validating data files
23
RESTRICT="test"
24

  
23 25
RDEPEND="app-arch/libarchive:=
24 26
	>=app-text/zathura-0.3.9
25
	dev-libs/girara
27
	dev-libs/girara:=
26 28
	dev-libs/glib:2
27 29
	x11-libs/cairo
28 30
	x11-libs/gdk-pixbuf:2[jpeg]
Thank you!