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 0A454139694 for ; Tue, 25 Apr 2017 11:36:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 412E021C08E; Tue, 25 Apr 2017 11:36:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AFB121C08E for ; Tue, 25 Apr 2017 11:36:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 404BD33BF1C for ; Tue, 25 Apr 2017 11:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB74E7429 for ; Tue, 25 Apr 2017 11:36:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1493120164.595bf99f46dfad8b28101e8db2e662a573fb98d8.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 595bf99f46dfad8b28101e8db2e662a573fb98d8 X-VCS-Branch: master Date: Tue, 25 Apr 2017 11:36:12 +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: 99542cab-6115-43f5-983f-d131fca12d67 X-Archives-Hash: 747810e32ee2b3f0d465c423e51db07a commit: 595bf99f46dfad8b28101e8db2e662a573fb98d8 Author: Michael Palimaka gentoo org> AuthorDate: Tue Apr 25 11:36:00 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Apr 25 11:36:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=595bf99f app-crypt/qca: pin dev-libs/botan to SLOT 0 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-crypt/qca/qca-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild index 008c65e9..e54b7947 100644 --- a/app-crypt/qca/qca-9999.ebuild +++ b/app-crypt/qca/qca-9999.ebuild @@ -22,7 +22,7 @@ RDEPEND=" !app-crypt/qca-logger !app-crypt/qca-ossl !app-crypt/qca-pkcs11 - botan? ( dev-libs/botan ) + botan? ( dev-libs/botan:0 ) gcrypt? ( dev-libs/libgcrypt:= ) gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss )