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

Collapse All | Expand All

(-)libX11-1.3.2.ebuild (-2 / +6 lines)
Lines 9-15 Link Here
9
DESCRIPTION="X.Org X11 library"
9
DESCRIPTION="X.Org X11 library"
10
10
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
12
IUSE="ipv6 test +xcb"
12
IUSE="doc ipv6 test +xcb"
13
13
14
RDEPEND=">=x11-libs/xtrans-1.2.3
14
RDEPEND=">=x11-libs/xtrans-1.2.3
15
	x11-proto/kbproto
15
	x11-proto/kbproto
Lines 20-25 Link Here
20
		x11-libs/libXdmcp
20
		x11-libs/libXdmcp
21
	)"
21
	)"
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
23
	doc? (
24
		virtual/ghostscript
25
		sys-apps/groff
26
	)
23
	test? ( dev-lang/perl )
27
	test? ( dev-lang/perl )
24
	x11-proto/xf86bigfontproto
28
	x11-proto/xf86bigfontproto
25
	xcb? (
29
	xcb? (
Lines 31-37 Link Here
31
35
32
pkg_setup() {
36
pkg_setup() {
33
	CONFIGURE_OPTIONS="$(use_enable ipv6)
37
	CONFIGURE_OPTIONS="$(use_enable ipv6)
34
		$(use_with xcb) $(use_with test perl)"
38
		$(use_with xcb) $(use_with test perl) $(use_enable doc specs)"
35
	# xorg really doesn't like xlocale disabled.
39
	# xorg really doesn't like xlocale disabled.
36
	# $(use_enable nls xlocale)
40
	# $(use_enable nls xlocale)
37
}
41
}

Return to bug 290103