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

(-)/usr/portage/media-gfx/sane-backends/sane-backends-1.0.31.ebuild (-1 / +2 lines)
Lines 231-239 Link Here
231
231
232
	use gphoto2 && lbackends="gphoto2"
232
	use gphoto2 && lbackends="gphoto2"
233
	use v4l && lbackends+=" v4l"
233
	use v4l && lbackends+=" v4l"
234
	use sane_backends_escl && multilib_is_native_abi && lbackends+=" escl"
234
	local backend
235
	local backend
235
	for backend in ${IUSE_SANE_BACKENDS[@]} ; do
236
	for backend in ${IUSE_SANE_BACKENDS[@]} ; do
236
		if use "sane_backends_${backend}" && [[ "${backend}" != pnm ]] ; then
237
		if use "sane_backends_${backend}" && [[ "${backend}" != pnm ]] && [[ "${backend}" != escl ]] ; then
237
			lbackends+=" ${backend}"
238
			lbackends+=" ${backend}"
238
		fi
239
		fi
239
	done
240
	done

Return to bug 765379