aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-04 03:36:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-13 14:16:16 +0200
commit8ad75e24d5aefbbed8ca48ef0e5760a58feef50b (patch)
tree11b4db875234fe5bea470fcc4a7452c827644691
parentdev-qt/qtwebsockets: keyword 5.15.9 for ~loong (diff)
downloadqt-8ad75e24.tar.gz
qt-8ad75e24.tar.bz2
qt-8ad75e24.zip
app-crypt/qca: use botan:3
Supports both botan:2 and botan:3 but obviously we prefer the newer slot. Build system logic prefers 3 > 2 so no need for more complicated handling like patching one out. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-crypt/qca/qca-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index f222167a..7d7741c9 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-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
@@ -17,7 +17,7 @@ REQUIRED_USE="|| ( qt5 qt6 )"
RESTRICT="!test? ( test )"
RDEPEND="
- botan? ( dev-libs/botan:2= )
+ botan? ( dev-libs/botan:3= )
gcrypt? ( dev-libs/libgcrypt:= )
gpg? ( app-crypt/gnupg )
nss? ( dev-libs/nss )