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

(-)/usr/portage/gnome-base/control-center/control-center-2.16.2.ebuild (-2 / +3 lines)
Lines 10-16 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="2"
11
SLOT="2"
12
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86"
12
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86"
13
IUSE="alsa eds"
13
IUSE="alsa eds hal"
14
14
15
RDEPEND=">=gnome-base/gnome-vfs-2.2
15
RDEPEND=">=gnome-base/gnome-vfs-2.2
16
		>=media-libs/fontconfig-1
16
		>=media-libs/fontconfig-1
Lines 33-39 Link Here
33
		>=gnome-base/gnome-desktop-2.2
33
		>=gnome-base/gnome-desktop-2.2
34
		>=gnome-base/gnome-menus-2.11.1
34
		>=gnome-base/gnome-menus-2.11.1
35
		media-sound/esound
35
		media-sound/esound
36
		>=sys-apps/hal-0.5.6
36
		hal? ( >=sys-apps/hal-0.5.6 )
37
		>=x11-wm/metacity-2.8.6-r1
37
		>=x11-wm/metacity-2.8.6-r1
38
		>=x11-libs/libxklavier-2.91
38
		>=x11-libs/libxklavier-2.91
39
		>=gnome-base/libgnome-2.2
39
		>=gnome-base/libgnome-2.2
Lines 69-74 Link Here
69
		--enable-vfs-methods    \
69
		--enable-vfs-methods    \
70
		--enable-gstreamer=0.10 \
70
		--enable-gstreamer=0.10 \
71
		$(use_enable alsa)      \
71
		$(use_enable alsa)      \
72
		$(use_enable hal)       \
72
		$(use_enable eds aboutme)"
73
		$(use_enable eds aboutme)"
73
}
74
}
74
75

Return to bug 157867