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

(-)erlang-20.3.2.ebuild (-3 / +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-45 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] )
43
	virtual/glu
43
	virtual/glu
44
"
44
"
45
45
Lines 129-135 Link Here
129
}
129
}
130
130
131
src_configure() {
131
src_configure() {
132
	need-wxwidgets unicode
132
	use wxwidgets && need-wxwidgets unicode
133
133
134
	econf \
134
	econf \
135
		--disable-builtin-zlib \
135
		--disable-builtin-zlib \
Lines 144-149 Link Here
144
		$(use_with ssl ssl-rpath "no") \
144
		$(use_with ssl ssl-rpath "no") \
145
		$(use_enable ssl dynamic-ssl-lib) \
145
		$(use_enable ssl dynamic-ssl-lib) \
146
		$(use_enable systemd) \
146
		$(use_enable systemd) \
147
		$(use_with wxwidgets wx) \
147
		--enable-threads
148
		--enable-threads
148
}
149
}
149
150

Return to bug 653700