Skip to content

Commit

Permalink
dev-perl/Crypt-OpenSSL-RSA: Added sub-slot dep to ssl packages.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
Lars Wendler committed Jun 13, 2018
1 parent 1461449 commit 3115920
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -15,8 +15,8 @@ IUSE="libressl"

RDEPEND="dev-perl/Crypt-OpenSSL-Bignum
dev-perl/Crypt-OpenSSL-Random
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
"
DEPEND="${RDEPEND}"

Expand Down

0 comments on commit 3115920

Please sign in to comment.