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

(-)mono-1.9.ebuild (-2 / +2 lines)
Lines 11-17 Link Here
11
LICENSE="|| ( GPL-2 LGPL-2 X11 )"
11
LICENSE="|| ( GPL-2 LGPL-2 X11 )"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
13
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
14
IUSE="X nptl"
14
IUSE="X nptl moonlight"
15
15
16
RDEPEND="!<dev-dotnet/pnet-0.6.12
16
RDEPEND="!<dev-dotnet/pnet-0.6.12
17
		 >=dev-libs/glib-2.6
17
		 >=dev-libs/glib-2.6
Lines 83-89 Link Here
83
	# Force the use of monolite mcs to prevent issues with classlibs (bug #118062)
83
	# Force the use of monolite mcs to prevent issues with classlibs (bug #118062)
84
	touch "${S}"/mcs/build/deps/use-monolite
84
	touch "${S}"/mcs/build/deps/use-monolite
85
85
86
	econf ${myconf} || die "configure failed"
86
	econf ${myconf} $(use_with moonlight) || die "configure failed"
87
	emake EXTERNAL_MCS=false EXTERNAL_MONO=false
87
	emake EXTERNAL_MCS=false EXTERNAL_MONO=false
88
88
89
	if [[ "$?" -ne "0" ]]; then
89
	if [[ "$?" -ne "0" ]]; then

Return to bug 213381