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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3742315ACFC for ; Thu, 4 May 2023 03:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ACB5E0A49; Thu, 4 May 2023 03:14:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62946E0A49 for ; Thu, 4 May 2023 03:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40C8E3413BC for ; Thu, 4 May 2023 03:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACDB78B7 for ; Thu, 4 May 2023 03:14:39 +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: <1683167782.eaa96ba1e27a37e8734f38c0018391a810722b50.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.6-r1.ebuild app-crypt/qca/qca-2.3.6.ebuild X-VCS-Directories: app-crypt/qca/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eaa96ba1e27a37e8734f38c0018391a810722b50 X-VCS-Branch: master Date: Thu, 4 May 2023 03:14:39 +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: a45efa69-8c02-4dca-9513-7bf4b08c55b3 X-Archives-Hash: bdb6231e106008f36b1cb528ddd98f52 commit: eaa96ba1e27a37e8734f38c0018391a810722b50 Author: Sam James gentoo org> AuthorDate: Thu May 4 02:36:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 4 02:36:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa96ba1 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 gentoo.org> app-crypt/qca/{qca-2.3.6.ebuild => qca-2.3.6-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/qca/qca-2.3.6.ebuild b/app-crypt/qca/qca-2.3.6-r1.ebuild similarity index 98% rename from app-crypt/qca/qca-2.3.6.ebuild rename to 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 )