commit: 6bb43d1d4fd93db442d0eb97b175cd8ba7d6863f
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 12:57:11 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 13:22:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb43d1d
app-admin/keepassxc: patch tests
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-admin/keepassxc/keepassxc-2.7.6.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-admin/keepassxc/keepassxc-2.7.6.ebuild
b/app-admin/keepassxc/keepassxc-2.7.6.ebuild
index 186c07c60416..59fe6ad29d7c 100644
--- a/app-admin/keepassxc/keepassxc-2.7.6.ebuild
+++ b/app-admin/keepassxc/keepassxc-2.7.6.ebuild
@@ -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