Skip to content

Commit

Permalink
app-crypt/qca: Drop USE libressl
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
a17r committed Feb 11, 2020
1 parent 2b19e62 commit e690255
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app-crypt/qca/qca-2.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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="
Expand All @@ -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? (
Expand Down

0 comments on commit e690255

Please sign in to comment.