commit: eaa96ba1e27a37e8734f38c0018391a810722b50
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 02:36:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 4 02:36:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa96ba1
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 <AT> gentoo.org>
app-crypt/qca/{qca-2.3.6.ebuild => qca-2.3.6-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/qca/qca-2.3.6.ebuild b/app-crypt/qca/qca-2.3.6-r1.ebuild
similarity index 98%
rename from app-crypt/qca/qca-2.3.6.ebuild
rename to app-crypt/qca/qca-2.3.6-r1.ebuild
index 9eefd23b8a74..f2c7494405f9 100644
--- a/app-crypt/qca/qca-2.3.6.ebuild
+++ b/app-crypt/qca/qca-2.3.6-r1.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-qt/qtcore-5.14:5
- botan? ( dev-libs/botan:2= )
+ botan? ( dev-libs/botan:3= )
gcrypt? ( dev-libs/libgcrypt:= )
gpg? ( app-crypt/gnupg )
nss? ( dev-libs/nss )