diff options
author | Sam James <sam@gentoo.org> | 2023-05-04 03:36:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-04 03:36:22 +0100 |
commit | eaa96ba1e27a37e8734f38c0018391a810722b50 (patch) | |
tree | f9f5cf6df30a5e164c3de411c99d3cea58149e80 /app-crypt | |
parent | app-text/sigil: Stabilize 1.9.30 amd64, #905629 (diff) | |
download | gentoo-eaa96ba1e27a37e8734f38c0018391a810722b50.tar.gz gentoo-eaa96ba1e27a37e8734f38c0018391a810722b50.tar.bz2 gentoo-eaa96ba1e27a37e8734f38c0018391a810722b50.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>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca/qca-2.3.6-r1.ebuild (renamed from app-crypt/qca/qca-2.3.6.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/qca/qca-2.3.6.ebuild b/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 ) |