diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-08-17 14:57:11 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-08-17 15:22:10 +0200 |
commit | 6bb43d1d4fd93db442d0eb97b175cd8ba7d6863f (patch) | |
tree | a9d8aec9c7d69050cf7bb5421b13bdee52ebc837 /app-admin/keepassxc | |
parent | sci-mathematics/opensmt: fix .so install (diff) | |
download | gentoo-6bb43d1d4fd93db442d0eb97b175cd8ba7d6863f.tar.gz gentoo-6bb43d1d4fd93db442d0eb97b175cd8ba7d6863f.tar.bz2 gentoo-6bb43d1d4fd93db442d0eb97b175cd8ba7d6863f.zip |
app-admin/keepassxc: patch tests
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.7.6.ebuild | 2 |
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 |