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

(-)/usr/portage/gnome-base/gnome-control-center/gnome-control-center-3.4.1.ebuild (-1 / +3 lines)
Lines 13-19 Link Here
13
13
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="2"
15
SLOT="2"
16
IUSE="+bluetooth +cheese +colord +cups +networkmanager +socialweb wacom"
16
IUSE="+bluetooth +cheese +colord +cups +networkmanager +socialweb systemd wacom"
17
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
17
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
18
18
19
# XXX: gnome-desktop-2.91.5 is needed for upstream commit c67f7efb
19
# XXX: gnome-desktop-2.91.5 is needed for upstream commit c67f7efb
Lines 71-76 Link Here
71
	colord? ( >=gnome-extra/gnome-color-manager-3 )
71
	colord? ( >=gnome-extra/gnome-color-manager-3 )
72
	cups? ( net-print/cups-pk-helper )
72
	cups? ( net-print/cups-pk-helper )
73
	wacom? ( gnome-base/gnome-settings-daemon[wacom] )
73
	wacom? ( gnome-base/gnome-settings-daemon[wacom] )
74
	systemd? ( >=sys-apps/systemd-44 )
74
75
75
	!<gnome-base/gdm-2.91.94
76
	!<gnome-base/gdm-2.91.94
76
	!<gnome-extra/gnome-color-manager-3.1.2
77
	!<gnome-extra/gnome-color-manager-3.1.2
Lines 102-107 Link Here
102
	G2CONF="${G2CONF}
103
	G2CONF="${G2CONF}
103
		--disable-update-mimedb
104
		--disable-update-mimedb
104
		--disable-static
105
		--disable-static
106
		$(use_enable systemd)
105
		$(use_enable bluetooth)
107
		$(use_enable bluetooth)
106
		$(use_with cheese)
108
		$(use_with cheese)
107
		$(use_enable colord color)
109
		$(use_enable colord color)

Return to bug 416309