Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 613344 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-libs/nodejs/nodejs-8.11.1.ebuild (-3 / +5 lines)
Lines 16-22 Link Here
16
LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
16
LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
18
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
19
IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test"
19
IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl libressl systemtap test"
20
REQUIRED_USE="
20
REQUIRED_USE="
21
	${PYTHON_REQUIRED_USE}
21
	${PYTHON_REQUIRED_USE}
22
	inspector? ( icu ssl )
22
	inspector? ( icu ssl )
Lines 29-35 Link Here
29
	>=net-libs/nghttp2-1.25.0
29
	>=net-libs/nghttp2-1.25.0
30
	sys-libs/zlib
30
	sys-libs/zlib
31
	icu? ( >=dev-libs/icu-60.1:= )
31
	icu? ( >=dev-libs/icu-60.1:= )
32
	ssl? ( >=dev-libs/openssl-1.0.2n:0=[-bindist] )
32
	ssl? (
33
		!libressl? ( >=dev-libs/openssl-1.0.2n:0=[-bindist] )
34
		)
33
"
35
"
34
DEPEND="${RDEPEND}
36
DEPEND="${RDEPEND}
35
	${PYTHON_DEPS}
37
	${PYTHON_DEPS}
Lines 99-105 Link Here
99
	use inspector || myconf+=( --without-inspector )
101
	use inspector || myconf+=( --without-inspector )
100
	use npm || myconf+=( --without-npm )
102
	use npm || myconf+=( --without-npm )
101
	use snapshot && myconf+=( --with-snapshot )
103
	use snapshot && myconf+=( --with-snapshot )
102
	use ssl && myconf+=( --shared-openssl ) || myconf+=( --without-ssl )
104
	use ssl && ( use libressl || myconf+=( --shared-openssl )) || myconf+=( --without-ssl )
103
105
104
	local myarch=""
106
	local myarch=""
105
	case ${ABI} in
107
	case ${ABI} in

Return to bug 613344