diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-18 23:11:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-18 23:11:57 +0100 |
commit | 64bc534bf4412e0088839c628ff79fa456ae60bb (patch) | |
tree | 68afd57ff581533a49218b4c99378c4c3413a78d /net-libs/nodejs/nodejs-99999999.ebuild | |
parent | net-libs/nodejs: drop old (diff) | |
download | gentoo-64bc534bf4412e0088839c628ff79fa456ae60bb.tar.gz gentoo-64bc534bf4412e0088839c628ff79fa456ae60bb.tar.bz2 gentoo-64bc534bf4412e0088839c628ff79fa456ae60bb.zip |
net-libs/nodejs: adjust dev-lib/openssl requirement
- We are patching dev-libs/openssl to ship some EC curves even with
dev-libs/openssl[bindist] so it is no longer required to enforce
dev-libs/openssl[-bindist].
- NodeJS >=10 requires OpenSSL 1.1 or newer.
Closes: https://bugs.gentoo.org/670574
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-libs/nodejs/nodejs-99999999.ebuild')
-rw-r--r-- | net-libs/nodejs/nodejs-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index 1e76d8f64f67..ed175f32b8cb 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ RDEPEND=" sys-libs/zlib icu? ( >=dev-libs/icu-61.1:= ) npm? ( ${PYTHON_DEPS} ) - ssl? ( >=dev-libs/openssl-1.0.2g:0=[-bindist] ) + ssl? ( >=dev-libs/openssl-1.1:0= ) " DEPEND=" ${RDEPEND} |