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

(-)/usr/portage/gnome-base/gnome-panel/gnome-panel-2.24.3-r1.ebuild (-3 / +4 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-2 FDL-1.1 LGPL-2"
15
LICENSE="GPL-2 FDL-1.1 LGPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
17
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
18
IUSE="doc eds networkmanager"
18
IUSE="doc eds networkmanager policykit"
19
19
20
RDEPEND=">=gnome-base/gnome-desktop-2.12
20
RDEPEND=">=gnome-base/gnome-desktop-2.12
21
	>=x11-libs/pango-1.15.4
21
	>=x11-libs/pango-1.15.4
Lines 38-44 Link Here
38
	x11-libs/libXau
38
	x11-libs/libXau
39
	>=x11-libs/cairo-1.0.0
39
	>=x11-libs/cairo-1.0.0
40
	eds? ( >=gnome-extra/evolution-data-server-1.6 )
40
	eds? ( >=gnome-extra/evolution-data-server-1.6 )
41
	networkmanager? ( >=net-misc/networkmanager-0.6 )"
41
	networkmanager? ( >=net-misc/networkmanager-0.6 )
42
	policykit? ( >=gnome-extra/policykit-gnome-0.7 )"
42
DEPEND="${RDEPEND}
43
DEPEND="${RDEPEND}
43
	app-text/scrollkeeper
44
	app-text/scrollkeeper
44
	>=app-text/gnome-doc-utils-0.3.2
45
	>=app-text/gnome-doc-utils-0.3.2
Lines 55-61 Link Here
55
		--disable-scrollkeeper
56
		--disable-scrollkeeper
56
		--disable-schemas-install
57
		--disable-schemas-install
57
		--with-in-process-applets=clock,notification-area,wncklet
58
		--with-in-process-applets=clock,notification-area,wncklet
58
		--disable-polkit
59
		$(use_enable policykit polkit)
59
		$(use_enable networkmanager network-manager)
60
		$(use_enable networkmanager network-manager)
60
		$(use_enable eds)"
61
		$(use_enable eds)"
61
}
62
}

Return to bug 262921