From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FD441580B9 for ; Wed, 25 Aug 2021 01:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74FB5E0848; Wed, 25 Aug 2021 01:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57985E0848 for ; Wed, 25 Aug 2021 01:06:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA4DA335DC0 for ; Wed, 25 Aug 2021 01:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39D3A8C6 for ; Wed, 25 Aug 2021 01:06:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629853569.3d1814cd3588c8c7045af8e42c0e06b2ccfffafa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/qca/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/qca/qca-2.3.3.ebuild X-VCS-Directories: app-crypt/qca/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d1814cd3588c8c7045af8e42c0e06b2ccfffafa X-VCS-Branch: master Date: Wed, 25 Aug 2021 01:06:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d246f695-3472-4993-abec-76d42340567b X-Archives-Hash: 5f64e20d2da6856b40f2022446ce30f1 commit: 3d1814cd3588c8c7045af8e42c0e06b2ccfffafa Author: Sam James gentoo org> AuthorDate: Wed Aug 25 01:04:48 2021 +0000 Commit: Sam James gentoo 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 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 )