--- /usr/portage/x11-apps/xfs/xfs-1.1.0.ebuild 2009-06-26 06:33:26.000000000 +0000 +++ /usr/local/portage/x11-apps/xfs/xfs-1.1.0.ebuild 2009-06-26 06:25:19.000000000 +0000 @@ -10,7 +10,7 @@ DESCRIPTION="X font server" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="ipv6" +IUSE="ipv6 doc" RDEPEND="x11-apps/ttmkfdir x11-libs/libFS @@ -19,7 +19,7 @@ x11-proto/fontsproto" pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc" + CONFIGURE_OPTIONS="$(use_enable ipv6) $(use_enable doc devel_docs) --libdir=/etc" enewgroup xfs 33 enewuser xfs 33 -1 /etc/X11/fs xfs }