Diff keepassxc-2.7.6 with a keepassxc-9999

/usr/portage/app-admin/keepassxc/keepassxc-9999.ebuild 2023-10-09 14:52:28.156368316 +0300
15 15
		S="${WORKDIR}/${P/_/-}"
16 16
	else
17 17
		SRC_URI="https://github.com/keepassxreboot/${PN}/releases/download/${PV}/${P}-src.tar.xz"
18
		KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
18
		KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
19 19
	fi
20 20
else
21 21
	inherit git-r3
......
62 62
	doc? ( dev-ruby/asciidoctor )
63 63
"
64 64

  
65
PATCHES=( "${FILESDIR}"/${PN}-2.7.4-tests.patch )
66

  
67 65
src_prepare() {
68 66
	if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *9999 ]] && [[ ! -f .version ]] ; then
69 67
		printf '%s' "${PV}" > .version || die
Thank you!