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

(-)a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90-r1.ebuild (-3 / +3 lines)
Lines 33-41 src_prepare() { Link Here
33
33
34
	# https://bugs.gentoo.org/472766
34
	# https://bugs.gentoo.org/472766
35
	shopt -s nullglob
35
	shopt -s nullglob
36
	cards=$(echo -n /dev/dri/card* | sed 's/ /:/g')
36
	nodes=$(echo -n /dev/dri/{card,render}* | sed 's/ /:/g')":/dev/nvidiactl"
37
	if test -n "${cards}"; then
37
	if test -n "${nodes}"; then
38
		addpredict "${cards}"
38
		addpredict "${nodes}"
39
	fi
39
	fi
40
	shopt -u nullglob
40
	shopt -u nullglob
41
}
41
}

Return to bug 568144