commit: 3d1814cd3588c8c7045af8e42c0e06b2ccfffafa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 01:04:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 01:06:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1814cd
app-crypt/qca: add lower bound on qtcore
This won't help many people but for some folks
upgrading older installs, it will hopefully
be a useful nudge.
Gentoo dropped 5.12.x in March 2020, so not _too_
long ago, I suppose.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/qca/qca-2.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/qca/qca-2.3.3.ebuild b/app-crypt/qca/qca-2.3.3.ebuild
index e3cfcab697e..f71c0379b8a 100644
--- a/app-crypt/qca/qca-2.3.3.ebuild
+++ b/app-crypt/qca/qca-2.3.3.ebuild
@@ -17,7 +17,7 @@ IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11
sasl softstore +ssl
RESTRICT="!test? ( test )"
RDEPEND="
- dev-qt/qtcore:5
+ >=dev-qt/qtcore-5.14:5
botan? ( dev-libs/botan:= )
gcrypt? ( dev-libs/libgcrypt:= )
gpg? ( app-crypt/gnupg )