commit: efb726749d0ff189ccd0de9faed4cfd14e6961a8
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 23:02:44 2022 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 23:04:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb72674
app-admin/keepassxc: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-admin/keepassxc/keepassxc-9999.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild
b/app-admin/keepassxc/keepassxc-9999.ebuild
index 6eb2c5dbb6e3..3d0e25a306e7 100644
--- a/app-admin/keepassxc/keepassxc-9999.ebuild
+++ b/app-admin/keepassxc/keepassxc-9999.ebuild
@@ -92,8 +92,5 @@ src_configure() {
if [[ "${PV}" == *_beta* ]] ; then
mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
fi
- if [[ "${PV}" != 9999 ]] ; then
- mycmakeargs+=( -DWITH_XC_KEESHARE_SECURE="$(usex keeshare)" )
- fi
cmake_src_configure
}