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 527BE138330 for ; Wed, 31 Aug 2016 15:43:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF0DE21C028; Wed, 31 Aug 2016 15:42:59 +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 6757A21C028 for ; Wed, 31 Aug 2016 15:42:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74176340775 for ; Wed, 31 Aug 2016 15:42:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03FAE2467 for ; Wed, 31 Aug 2016 15:42:56 +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: <1472658166.b5ee5d59a90346f4da67c7cfe750c853d6c5948d.kensington@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.1.0.3.ebuild app-crypt/qca/qca-2.1.1-r1.ebuild app-crypt/qca/qca-2.1.1.ebuild X-VCS-Directories: app-crypt/qca/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b5ee5d59a90346f4da67c7cfe750c853d6c5948d X-VCS-Branch: master Date: Wed, 31 Aug 2016 15:42:56 +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: e532f276-b295-407a-97d6-82de101c168b X-Archives-Hash: 36ff5a55d3f285ae663f90e6ed08b509 commit: b5ee5d59a90346f4da67c7cfe750c853d6c5948d Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 31 15:42:40 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 31 15:42:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ee5d59 app-crypt/qca: add openssl/libressl subslot operators Package-Manager: portage-2.3.0 app-crypt/qca/qca-2.1.0.3.ebuild | 4 ++-- app-crypt/qca/qca-2.1.1-r1.ebuild | 4 ++-- app-crypt/qca/qca-2.1.1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild index 6bf3132..3cbbad0 100644 --- a/app-crypt/qca/qca-2.1.0.3.ebuild +++ b/app-crypt/qca/qca-2.1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ RDEPEND=" gcrypt? ( dev-libs/libgcrypt:= ) gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss ) - openssl? ( >=dev-libs/openssl-1.0.1:0 ) + openssl? ( >=dev-libs/openssl-1.0.1:0= ) pkcs11? ( dev-libs/openssl:0 dev-libs/pkcs11-helper diff --git a/app-crypt/qca/qca-2.1.1-r1.ebuild b/app-crypt/qca/qca-2.1.1-r1.ebuild index 158e45a..ff969a7 100644 --- a/app-crypt/qca/qca-2.1.1-r1.ebuild +++ b/app-crypt/qca/qca-2.1.1-r1.ebuild @@ -28,8 +28,8 @@ RDEPEND=" gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss ) openssl? ( - !libressl? ( >=dev-libs/openssl-1.0.1:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-1.0.1:0= ) + libressl? ( dev-libs/libressl:= ) ) pkcs11? ( !libressl? ( dev-libs/openssl:0 ) diff --git a/app-crypt/qca/qca-2.1.1.ebuild b/app-crypt/qca/qca-2.1.1.ebuild index 5cfedf5..3ac1973 100644 --- a/app-crypt/qca/qca-2.1.1.ebuild +++ b/app-crypt/qca/qca-2.1.1.ebuild @@ -28,8 +28,8 @@ RDEPEND=" gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss ) openssl? ( - !libressl? ( >=dev-libs/openssl-1.0.1:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-1.0.1:0= ) + libressl? ( dev-libs/libressl:= ) ) pkcs11? ( !libressl? ( dev-libs/openssl:0 )