commit: ef5b302cc71d0ff346907eaaa729291174b4e7e2
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 7 17:58:13 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 19:15:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5b302c
dev-libs/pkcs11-helper: Adjusted slot dependency on dev-libs/openssl
source-based packages should never depend on any other openssl slot
than slot 0.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild | 4 ++--
1 file 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 0be43f28eb8..3776a870c78 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 )"