summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r--app-admin/keepassxc/keepassxc-2.7.6.ebuild2
1 files changed, 2 insertions, 0 deletions
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