diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-01 01:42:40 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-01 01:42:46 +1000 |
commit | b5ee5d59a90346f4da67c7cfe750c853d6c5948d (patch) | |
tree | fe413d1d37a887a4b10dae7942538de2111db429 /app-crypt | |
parent | net-libs/signon-ui: add missing USE dependency (diff) | |
download | gentoo-b5ee5d59a90346f4da67c7cfe750c853d6c5948d.tar.gz gentoo-b5ee5d59a90346f4da67c7cfe750c853d6c5948d.tar.bz2 gentoo-b5ee5d59a90346f4da67c7cfe750c853d6c5948d.zip |
app-crypt/qca: add openssl/libressl subslot operators
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca/qca-2.1.0.3.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/qca/qca-2.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 6bf313296207..3cbbad0d9792 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 158e45af25d5..ff969a702085 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 5cfedf59f103..3ac1973e96ef 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 ) |