Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/qca/
Date: Wed, 25 Aug 2021 01:06:21
Message-Id: 1629853569.3d1814cd3588c8c7045af8e42c0e06b2ccfffafa.sam@gentoo
1 commit: 3d1814cd3588c8c7045af8e42c0e06b2ccfffafa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 25 01:04:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 25 01:06:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1814cd
7
8 app-crypt/qca: add lower bound on qtcore
9
10 This won't help many people but for some folks
11 upgrading older installs, it will hopefully
12 be a useful nudge.
13
14 Gentoo dropped 5.12.x in March 2020, so not _too_
15 long ago, I suppose.
16
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 app-crypt/qca/qca-2.3.3.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/app-crypt/qca/qca-2.3.3.ebuild b/app-crypt/qca/qca-2.3.3.ebuild
23 index e3cfcab697e..f71c0379b8a 100644
24 --- a/app-crypt/qca/qca-2.3.3.ebuild
25 +++ b/app-crypt/qca/qca-2.3.3.ebuild
26 @@ -17,7 +17,7 @@ IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11 sasl softstore +ssl
27 RESTRICT="!test? ( test )"
28
29 RDEPEND="
30 - dev-qt/qtcore:5
31 + >=dev-qt/qtcore-5.14:5
32 botan? ( dev-libs/botan:= )
33 gcrypt? ( dev-libs/libgcrypt:= )
34 gpg? ( app-crypt/gnupg )