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

(-)/usr/portage/x11-apps/xfs/xfs-1.1.0.ebuild (-2 / +2 lines)
Lines 10-16 Link Here
10
DESCRIPTION="X font server"
10
DESCRIPTION="X font server"
11
11
12
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
12
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
13
IUSE="ipv6"
13
IUSE="ipv6 doc"
14
14
15
RDEPEND="x11-apps/ttmkfdir
15
RDEPEND="x11-apps/ttmkfdir
16
	x11-libs/libFS
16
	x11-libs/libFS
Lines 19-25 Link Here
19
	x11-proto/fontsproto"
19
	x11-proto/fontsproto"
20
20
21
pkg_setup() {
21
pkg_setup() {
22
	CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc"
22
	CONFIGURE_OPTIONS="$(use_enable ipv6) $(use_enable doc devel_docs) --libdir=/etc"
23
	enewgroup xfs 33
23
	enewgroup xfs 33
24
	enewuser xfs 33 -1 /etc/X11/fs xfs
24
	enewuser xfs 33 -1 /etc/X11/fs xfs
25
}
25
}

Return to bug 275425