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 15532138333 for ; Wed, 11 Apr 2018 23:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C9FE0922; Wed, 11 Apr 2018 23:10:51 +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 10025E0922 for ; Wed, 11 Apr 2018 23:10:51 +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 BDE0B335C7A for ; Wed, 11 Apr 2018 23:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB89B282 for ; Wed, 11 Apr 2018 23:10:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1523478706.0253a6b0bc2510ba261695ac2366d6b427197327.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-crypt/qca/ X-VCS-Repository: proj/qt X-VCS-Files: app-crypt/qca/qca-9999.ebuild X-VCS-Directories: app-crypt/qca/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0253a6b0bc2510ba261695ac2366d6b427197327 X-VCS-Branch: master Date: Wed, 11 Apr 2018 23:10:47 +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-Archives-Salt: af396a9d-1843-4425-840c-41f2b93ac2d8 X-Archives-Hash: c2888db6f510c790bf6d1a5478335cb6 commit: 0253a6b0bc2510ba261695ac2366d6b427197327 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 11 20:31:46 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 11 20:31:46 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0253a6b0 app-crypt/qca: Support botan2 Upstream commit 47163784d74232e3a844fc42897bffc7eff817b4 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-crypt/qca/qca-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild index d479c851..1dede5f2 100644 --- a/app-crypt/qca/qca-9999.ebuild +++ b/app-crypt/qca/qca-9999.ebuild @@ -17,7 +17,7 @@ IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softst COMMON_DEPEND=" dev-qt/qtcore:5 - botan? ( dev-libs/botan:0 ) + botan? ( dev-libs/botan:= ) gcrypt? ( dev-libs/libgcrypt:= ) gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss ) @@ -34,6 +34,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} dev-qt/qtnetwork:5 + virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( dev-qt/qttest:5 ) "