diff options
author | Sam James <sam@gentoo.org> | 2023-04-12 03:19:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-12 03:19:50 +0100 |
commit | 4667bb56d25f62ae662ca1c671bb0e845e8240ae (patch) | |
tree | a9097c2c76b77c3884d47034c8dc6c7c69f0dff0 /app-crypt/qca | |
parent | dev-libs/botan: add 3.0.0 (diff) | |
download | gentoo-4667bb56d25f62ae662ca1c671bb0e845e8240ae.tar.gz gentoo-4667bb56d25f62ae662ca1c671bb0e845e8240ae.tar.bz2 gentoo-4667bb56d25f62ae662ca1c671bb0e845e8240ae.zip |
app-crypt/qca: specify botan slot
Botan 3 is now in tree.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/qca')
-rw-r--r-- | app-crypt/qca/qca-2.3.5-r1.ebuild (renamed from app-crypt/qca/qca-2.3.5.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/qca/qca-2.3.5.ebuild b/app-crypt/qca/qca-2.3.5-r1.ebuild index e46a6149285a..61e57608b494 100644 --- a/app-crypt/qca/qca-2.3.5.ebuild +++ b/app-crypt/qca/qca-2.3.5-r1.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 @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-qt/qtcore-5.14:5 - botan? ( dev-libs/botan:= ) + botan? ( dev-libs/botan:2= ) gcrypt? ( dev-libs/libgcrypt:= ) gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss ) |