diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-05-19 16:17:19 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-05-19 16:18:02 +0200 |
commit | e5442cb4319f33330b6381a36a7ead8bd6fc337b (patch) | |
tree | fa35369b64a5ec6387fc7ca99b6e92342b661673 /app-admin | |
parent | app-emacs/eldev: bump to 1.4 (diff) | |
download | gentoo-e5442cb4319f33330b6381a36a7ead8bd6fc337b.tar.gz gentoo-e5442cb4319f33330b6381a36a7ead8bd6fc337b.tar.bz2 gentoo-e5442cb4319f33330b6381a36a7ead8bd6fc337b.zip |
app-admin/keepassxc: use botan:3
Closes: https://bugs.gentoo.org/906739
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.7.5-r1.ebuild (renamed from app-admin/keepassxc/keepassxc-2.7.5.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.7.5.ebuild b/app-admin/keepassxc/keepassxc-2.7.5-r1.ebuild index d1389c67cc81..7b6665499602 100644 --- a/app-admin/keepassxc/keepassxc-2.7.5.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.5-r1.ebuild @@ -32,7 +32,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 @@ -85,6 +85,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)" |