commit: 60ef0f1ebc3a9b9b05ec431ce64146e4e2774849 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 12 02:19:50 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 12 02:20:52 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=60ef0f1e
app-crypt/qca: specify botan slot Botan 3 is now in tree. Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/qca/qca-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild index 7505274f..f222167a 100644 --- a/app-crypt/qca/qca-9999.ebuild +++ b/app-crypt/qca/qca-9999.ebuild @@ -17,7 +17,7 @@ REQUIRED_USE="|| ( qt5 qt6 )" RESTRICT="!test? ( test )" RDEPEND=" - botan? ( dev-libs/botan:= ) + botan? ( dev-libs/botan:2= ) gcrypt? ( dev-libs/libgcrypt:= ) gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss )