diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-11 23:28:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-11 23:46:36 +0100 |
commit | e6902555118be5de24cc8dc8bdebd659b85e08c9 (patch) | |
tree | 784d6517efeb5b53082bbcd0d8cea53f320c3fd7 /app-crypt/qca | |
parent | x11-misc/qps: add version 2.0.0 (diff) | |
download | gentoo-e6902555118be5de24cc8dc8bdebd659b85e08c9.tar.gz gentoo-e6902555118be5de24cc8dc8bdebd659b85e08c9.tar.bz2 gentoo-e6902555118be5de24cc8dc8bdebd659b85e08c9.zip |
app-crypt/qca: Drop USE libressl
Let's not pretend like it works with any libressl version in tree.
Bug: https://bugs.gentoo.org/709288
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/qca')
-rw-r--r-- | app-crypt/qca/qca-2.2.1.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/app-crypt/qca/qca-2.2.1.ebuild b/app-crypt/qca/qca-2.2.1.ebuild index d2bfa334dc7d..0f23610c98fb 100644 --- a/app-crypt/qca/qca-2.2.1.ebuild +++ b/app-crypt/qca/qca-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="2" KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test" +IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11 sasl softstore +ssl test" RESTRICT="!test? ( test )" BDEPEND=" @@ -26,15 +26,11 @@ RDEPEND=" gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss ) pkcs11? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + dev-libs/openssl:0 dev-libs/pkcs11-helper ) sasl? ( dev-libs/cyrus-sasl:2 ) - ssl? ( - !libressl? ( >=dev-libs/openssl-1.0.1:0= ) - libressl? ( dev-libs/libressl:= ) - ) + ssl? ( >=dev-libs/openssl-1.0.1:0= ) " DEPEND="${RDEPEND} test? ( |