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

Collapse All | Expand All

(-)sane-backends-1.0.23.ebuild (-2 / +3 lines)
Lines 94-100 Link Here
94
	umax_pp
94
	umax_pp
95
	xerox_mfp"
95
	xerox_mfp"
96
96
97
IUSE="avahi doc gphoto2 ipv6 threads usb v4l xinetd"
97
IUSE="avahi doc gphoto2 ipv6 threads usb v4l xinetd snmp"
98
98
99
for backend in ${IUSE_SANE_BACKENDS}; do
99
for backend in ${IUSE_SANE_BACKENDS}; do
100
	if [ ${backend} = pnm ]; then
100
	if [ ${backend} = pnm ]; then
Lines 109-114 Link Here
109
REQUIRED_USE="
109
REQUIRED_USE="
110
	sane_backends_mustek_usb2? ( threads )
110
	sane_backends_mustek_usb2? ( threads )
111
	sane_backends_kvs40xx? ( threads )
111
	sane_backends_kvs40xx? ( threads )
112
	snmp? ( net-analyzer/net-snmp )
112
"
113
"
113
114
114
DESCRIPTION="Scanner Access Now Easy - Backends"
115
DESCRIPTION="Scanner Access Now Easy - Backends"
Lines 190-196 Link Here
190
		fi
191
		fi
191
	done
192
	done
192
193
193
	local myconf=$(use_enable usb libusb)
194
	local myconf="$(use_enable usb libusb) $(use_with snmp)"
194
	# you can only enable this backend, not disable it...
195
	# you can only enable this backend, not disable it...
195
	if use sane_backends_pnm; then
196
	if use sane_backends_pnm; then
196
		myconf="${myconf} --enable-pnm-backend"
197
		myconf="${myconf} --enable-pnm-backend"

Return to bug 458580