diff options
Diffstat (limited to 'dev-libs/pkcs11-helper')
-rw-r--r-- | dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 0be43f28eb84..3776a870c787 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~spa IUSE="bindist doc gnutls libressl nss static-libs" RDEPEND=" - !libressl? ( >=dev-libs/openssl-0.9.7:=[bindist=] ) + !libressl? ( >=dev-libs/openssl-0.9.7:0=[bindist=] ) libressl? ( dev-libs/libressl ) gnutls? ( >=net-libs/gnutls-1.4.4 ) nss? ( dev-libs/nss )" |