summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-05-07 17:20:08 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-05-07 17:21:37 +0200
commit5cd928cf691732d27d8e4c46c6f620e68b1be9b2 (patch)
treebcf970c5349a7cc9f7ca49d1b2713ad106dc46c7 /app-admin/keepassxc
parentapp-emacs/racket-mode: bump to 1_p20230506 (diff)
downloadgentoo-5cd928cf691732d27d8e4c46c6f620e68b1be9b2.tar.gz
gentoo-5cd928cf691732d27d8e4c46c6f620e68b1be9b2.tar.bz2
gentoo-5cd928cf691732d27d8e4c46c6f620e68b1be9b2.zip
app-admin/keepassxc: use botan3 for live
Closes: https://bugs.gentoo.org/905878 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r--app-admin/keepassxc/keepassxc-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild
index 0e1b46d2f295..2254b764e96e 100644
--- a/app-admin/keepassxc/keepassxc-9999.ebuild
+++ b/app-admin/keepassxc/keepassxc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,7 +33,7 @@ REQUIRED_USE="autotype? ( X )"
RDEPEND="
app-crypt/argon2:=
- dev-libs/botan:2=
+ dev-libs/botan:3=
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -84,6 +84,7 @@ src_configure() {
-DWITH_XC_AUTOTYPE="$(usex autotype)"
-DWITH_XC_DOCS="$(usex doc)"
-DWITH_XC_BROWSER="$(usex browser)"
+ -DWITH_XC_BOTAN3=ON
-DWITH_XC_FDOSECRETS=ON
-DWITH_XC_KEESHARE="$(usex keeshare)"
-DWITH_XC_NETWORKING="$(usex network)"