commit: af7a46b5a4920ef0dd58381d54bb52fbbe2d7cb7 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Jul 12 08:00:03 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Jul 12 08:03:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7a46b5
app-admin/keepassxc: Revbump to fix keeshare cmake build option Thanks-to: Markus Rathgeb <maggu2810 <AT> gmail.com> Closes: https://bugs.gentoo.org/689714 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> .../keepassxc/{keepassxc-2.4.3.ebuild => keepassxc-2.4.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/keepassxc/keepassxc-2.4.3.ebuild b/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild similarity index 97% rename from app-admin/keepassxc/keepassxc-2.4.3.ebuild rename to app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild index fa1b4e6b216..20cd5799cde 100644 --- a/app-admin/keepassxc/keepassxc-2.4.3.ebuild +++ b/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild @@ -74,7 +74,7 @@ src_configure() { -DWITH_TESTS="$(usex test)" -DWITH_XC_AUTOTYPE="$(usex autotype)" -DWITH_XC_BROWSER="$(usex browser)" - -DWITH_XC_KEESHARE_SECURE="$(usex keeshare)" + -DWITH_XC_KEESHARE="$(usex keeshare)" -DWITH_XC_NETWORKING="$(usex network)" -DWITH_XC_SSHAGENT=ON -DWITH_XC_UPDATECHECK=OFF
