Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273714
Collapse All | Expand All

(-)erlang-13.2-r1.ebuild (-5 / +3 lines)
Lines 15-21 Link Here
15
# make it more sane (see e.g. #26420)
15
# make it more sane (see e.g. #26420)
16
16
17
# the next line selects the right source.
17
# the next line selects the right source.
18
MY_PV="R$(get_major_version)B"
18
ERL_VER=($(get_version_components))
19
ERL_MINOR="0${ERL_VER[2]}"
20
MY_PV="R$(get_major_version)B${ERL_MINOR}"
19
21
20
# ATTN!! Take care when processing the C, etc version!
22
# ATTN!! Take care when processing the C, etc version!
21
MY_P=otp_src_${MY_PV}
23
MY_P=otp_src_${MY_PV}
Lines 55-64 Link Here
55
		sed -i 's: wx : :' lib/Makefile
57
		sed -i 's: wx : :' lib/Makefile
56
		rm -rf lib/wx
58
		rm -rf lib/wx
57
	fi
59
	fi
58
	# bug 263129, accepted upstream for R13B1
59
	epatch "${FILESDIR}"/${PN}-13.1-LDFLAGS.patch
60
	# from upstream
61
	epatch "${FILESDIR}"/${P}-eunit_fix.patch
62
60
63
	if use hipe; then
61
	if use hipe; then
64
		ewarn
62
		ewarn

Return to bug 273714