commit: e9ab15f2d10c9a69c2499a3208933152ec7a0d7e
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 8 07:20:09 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jun 8 07:20:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ab15f2
app-admin/keepassxc: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-admin/keepassxc/keepassxc-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild
b/app-admin/keepassxc/keepassxc-9999.ebuild
index c73aaad39c7..0c6789f6495 100644
--- a/app-admin/keepassxc/keepassxc-9999.ebuild
+++ b/app-admin/keepassxc/keepassxc-9999.ebuild
@@ -24,7 +24,7 @@ fi
LICENSE="LGPL-2.1 GPL-2 GPL-3"
SLOT="0"
-IUSE="doc autotype browser ccache keeshare +network test yubikey"
+IUSE="autotype browser ccache doc keeshare +network test yubikey"
RESTRICT="!test? ( test )"
@@ -62,8 +62,6 @@ BDEPEND="
doc? ( dev-ruby/asciidoctor )
"
-PATCHES=( "${FILESDIR}"/${PN}-2.6.4-quazip1.patch ) # pending upstream PR#5511
-
src_prepare() {
use test || \
sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die