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

Collapse All | Expand All

(-)/usr/portage/dev-lang/erlang/erlang-20.3.2.ebuild (-4 / +4 lines)
Lines 21-27 Link Here
21
SLOT="0"
21
SLOT="0"
22
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
22
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
23
23
24
IUSE="dirty-schedulers doc emacs hipe java kpoll libressl odbc smp sctp ssl systemd tk"
24
IUSE="dirty-schedulers doc emacs hipe java kpoll libressl odbc smp sctp ssl systemd tk wxwidgets"
25
REQUIRED_USE="dirty-schedulers? ( smp )" #621610
25
REQUIRED_USE="dirty-schedulers? ( smp )" #621610
26
26
27
RDEPEND="
27
RDEPEND="
Lines 39-46 Link Here
39
	sctp? ( net-misc/lksctp-tools )
39
	sctp? ( net-misc/lksctp-tools )
40
	sys-libs/zlib
40
	sys-libs/zlib
41
	tk? ( dev-lang/tk )
41
	tk? ( dev-lang/tk )
42
	x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
42
	wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] virtual/glu )
43
	virtual/glu
44
"
43
"
45
44
46
S="${WORKDIR}/otp-OTP-${PV}"
45
S="${WORKDIR}/otp-OTP-${PV}"
Lines 129-135 Link Here
129
}
128
}
130
129
131
src_configure() {
130
src_configure() {
132
	need-wxwidgets unicode
131
	use wxwidgets && need-wxwidgets unicode
133
132
134
	econf \
133
	econf \
135
		--disable-builtin-zlib \
134
		--disable-builtin-zlib \
Lines 144-149 Link Here
144
		$(use_with ssl ssl-rpath "no") \
143
		$(use_with ssl ssl-rpath "no") \
145
		$(use_enable ssl dynamic-ssl-lib) \
144
		$(use_enable ssl dynamic-ssl-lib) \
146
		$(use_enable systemd) \
145
		$(use_enable systemd) \
146
		$(use_with wxwidgets wx) \
147
		--enable-threads
147
		--enable-threads
148
}
148
}
149
149

Return to bug 653700