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

(-)fluxbox-0.9.13-r1.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
IUSE="nls xinerama truetype kde gnome imlib disablexmb"
7
IUSE="slit nls xinerama truetype kde gnome imlib disablexmb"
8
8
9
DESCRIPTION="Fluxbox is an X11 window manager featuring tabs and an iconbar"
9
DESCRIPTION="Fluxbox is an X11 window manager featuring tabs and an iconbar"
10
SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.bz2"
10
SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.bz2"
Lines 67-72 Link Here
67
		$(use_enable gnome) \
67
		$(use_enable gnome) \
68
		$(use_enable !disablexmb xmb) \
68
		$(use_enable !disablexmb xmb) \
69
		$(use_enable imlib imlib2) \
69
		$(use_enable imlib imlib2) \
70
		$(use_enable slit) \
70
		--sysconfdir=/etc/X11/${PN} \
71
		--sysconfdir=/etc/X11/${PN} \
71
		--with-style=/usr/share/fluxbox/styles/Emerge \
72
		--with-style=/usr/share/fluxbox/styles/Emerge \
72
		${myconf} || die "configure failed"
73
		${myconf} || die "configure failed"

Return to bug 98642