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

Collapse All | Expand All

(-)portage/kde-base/kinfocenter/kinfocenter-4.4.5.ebuild (-2 / +2 lines)
Lines 13-19 Link Here
13
IUSE="debug +handbook ieee1394"
13
IUSE="debug +handbook ieee1394"
14
14
15
DEPEND="
15
DEPEND="
16
	sys-apps/pciutils
16
	!kernel_SunOS? ( sys-apps/pciutils )
17
	ieee1394? ( sys-libs/libraw1394 )
17
	ieee1394? ( sys-libs/libraw1394 )
18
	opengl? (
18
	opengl? (
19
		virtual/glu
19
		virtual/glu
Lines 21-27 Link Here
21
	)
21
	)
22
"
22
"
23
RDEPEND="${DEPEND}
23
RDEPEND="${DEPEND}
24
	sys-apps/usbutils
24
	!kernel_SunOS? ( sys-apps/usbutils )
25
"
25
"
26
26
27
src_configure() {
27
src_configure() {

Return to bug 328059