mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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 )"
|
||||
|
||||
Reference in New Issue
Block a user