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

Collapse All | Expand All

(-)libX11-1.1.5.ebuild (-1 / +2 lines)
Lines 4-9 Link Here
4
4
5
# Must be before x-modular eclass is inherited
5
# Must be before x-modular eclass is inherited
6
#SNAPSHOT="yes"
6
#SNAPSHOT="yes"
7
PATCHES="${FILESDIR}/${P}-crosscompile-makekeys.patch"
7
8
8
inherit x-modular toolchain-funcs flag-o-matic
9
inherit x-modular toolchain-funcs flag-o-matic
9
10
Lines 26-32 Link Here
26
	>=x11-misc/util-macros-0.99.0_p20051007"
27
	>=x11-misc/util-macros-0.99.0_p20051007"
27
28
28
CONFIGURE_OPTIONS="$(use_enable ipv6)
29
CONFIGURE_OPTIONS="$(use_enable ipv6)
29
	$(use_with xcb)"
30
		   $(use_with xcb)"
30
# xorg really doesn't like xlocale disabled.
31
# xorg really doesn't like xlocale disabled.
31
# $(use_enable nls xlocale)
32
# $(use_enable nls xlocale)
32
33

Return to bug 263937