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

Collapse All | Expand All

(-)/usr/portage/x11-wm/icewm/icewm-1.2.37.ebuild (-2 / +4 lines)
Lines 18-24 Link Here
18
18
19
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
19
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
20
20
21
IUSE="esd imlib nls spell truetype xinerama minimal debug uclibc"
21
IUSE="esd imlib nls spell truetype xinerama minimal debug uclibc gnome"
22
22
23
RDEPEND="x11-libs/libX11
23
RDEPEND="x11-libs/libX11
24
	x11-libs/libXrandr
24
	x11-libs/libXrandr
Lines 33-39 Link Here
33
	imlib? ( >=media-libs/imlib-1.9.10-r1 )
33
	imlib? ( >=media-libs/imlib-1.9.10-r1 )
34
	nls? ( sys-devel/gettext )
34
	nls? ( sys-devel/gettext )
35
	truetype? ( >=media-libs/freetype-2.0.9 )
35
	truetype? ( >=media-libs/freetype-2.0.9 )
36
	media-libs/giflib"
36
	media-libs/giflib
37
	gnome? ( gnome-base/gnome-desktop )"
37
38
38
DEPEND="${RDEPEND}
39
DEPEND="${RDEPEND}
39
	x11-proto/xproto
40
	x11-proto/xproto
Lines 80-85 Link Here
80
		$(use_enable spell GtkSpell)
81
		$(use_enable spell GtkSpell)
81
		$(use_enable x86 x86-asm)
82
		$(use_enable x86 x86-asm)
82
		$(use_enable xinerama)
83
		$(use_enable xinerama)
84
		$(use_enable gnome menus-gnome2)
83
		$(use_enable debug)"
85
		$(use_enable debug)"
84
86
85
	CXXFLAGS="${CXXFLAGS}" econf ${myconf} || die "configure failed"
87
	CXXFLAGS="${CXXFLAGS}" econf ${myconf} || die "configure failed"

Return to bug 205133