commit: 97686f9e0ce0b38208ae36443d3406728ad93ca6 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Mar 12 16:06:57 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Mar 12 17:03:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97686f9e
app-admin/keepassxc: support browser passkeys Closes: https://bugs.gentoo.org/926837 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../keepassxc/{keepassxc-2.7.7-r1.ebuild => keepassxc-2.7.7-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/keepassxc/keepassxc-2.7.7-r1.ebuild b/app-admin/keepassxc/keepassxc-2.7.7-r2.ebuild similarity index 98% rename from app-admin/keepassxc/keepassxc-2.7.7-r1.ebuild rename to app-admin/keepassxc/keepassxc-2.7.7-r2.ebuild index 843ec9b56c6f..d5cc5c92be33 100644 --- a/app-admin/keepassxc/keepassxc-2.7.7-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.7-r2.ebuild @@ -93,6 +93,7 @@ src_configure() { -DWITH_XC_AUTOTYPE="$(usex autotype)" -DWITH_XC_DOCS="$(usex doc)" -DWITH_XC_BROWSER="$(usex browser)" + -DWITH_XC_BROWSER_PASSKEYS="$(usex browser)" -DWITH_XC_BOTAN3=ON -DWITH_XC_FDOSECRETS=ON -DWITH_XC_KEESHARE="$(usex keeshare)"
