commit: 40c65dbb6fadc06403882be2d1039998945fcb1e Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat May 1 07:21:30 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat May 1 07:21:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c65dbb
dev-libs/pkcs11-helper: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild index 122dc05cdd2..a0a0e6969ee 100644 --- a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild +++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,10 @@ SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="|| ( BSD GPL-2 )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="bindist doc gnutls libressl nss static-libs" +IUSE="bindist doc gnutls nss static-libs" RDEPEND=" - !libressl? ( >=dev-libs/openssl-0.9.7:0=[bindist=] ) - libressl? ( dev-libs/libressl ) + >=dev-libs/openssl-0.9.7:0=[bindist=] gnutls? ( >=net-libs/gnutls-1.4.4 ) nss? ( dev-libs/nss )" DEPEND="${RDEPEND}"
