app-admin/keepassxc: patch tests

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2023-08-17 14:57:11 +02:00
parent 2bbd02d1da
commit 6bb43d1d4f

View File

@@ -62,6 +62,8 @@ BDEPEND="
doc? ( dev-ruby/asciidoctor )
"
PATCHES=( "${FILESDIR}"/${PN}-2.7.4-tests.patch )
src_prepare() {
if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *9999 ]] && [[ ! -f .version ]] ; then
printf '%s' "${PV}" > .version || die