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

(-)mono-2.0.1.ebuild.orig (-3 / +3 lines)
Lines 13-23 Link Here
13
LICENSE="|| ( GPL-2 LGPL-2 X11 )"
13
LICENSE="|| ( GPL-2 LGPL-2 X11 )"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
16
IUSE=""
16
IUSE="X"
17
17
18
RDEPEND="!<dev-dotnet/pnet-0.6.12
18
RDEPEND="!<dev-dotnet/pnet-0.6.12
19
		>=dev-libs/glib-2.6
19
		>=dev-libs/glib-2.6
20
		=dev-dotnet/libgdiplus-${PV%%.*}*
20
		X? ( =dev-dotnet/libgdiplus-${PV%%.*}* )
21
	ia64? ( sys-libs/libunwind )"
21
	ia64? ( sys-libs/libunwind )"
22
22
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
Lines 47-53 Link Here
47
		--with-preview=yes \
47
		--with-preview=yes \
48
		--with-glib=system \
48
		--with-glib=system \
49
		--with-gc=included \
49
		--with-gc=included \
50
		--with-libgdiplus=installed \
50
		--with-libgdiplus=$(use X && printf "installed" || printf "no" ) \
51
		--with-tls=$(use arm && printf "pthread" || printf "__thread" ) \
51
		--with-tls=$(use arm && printf "pthread" || printf "__thread" ) \
52
		--with-sigaltstack=$((use x86 || use amd64) && printf "yes" || printf "no" ) \
52
		--with-sigaltstack=$((use x86 || use amd64) && printf "yes" || printf "no" ) \
53
		--with-ikvm-native=no \
53
		--with-ikvm-native=no \

Return to bug 249608