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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- udev-218.ebuild
0
++ udev-218.ebuild
Lines 205-210 Link Here
205
		$(multilib_is_native_abi && echo "--with-rootlibdir=/$(get_libdir)")
205
		$(multilib_is_native_abi && echo "--with-rootlibdir=/$(get_libdir)")
206
	)
206
	)
207
207
208
	if ! multilib_is_native_abi; then
209
		econf_args+=(
210
			MOUNT_{CFLAGS,LIBS}=' '
211
		)
212
	fi
213
208
	# Use pregenerated copies when possible wrt #480924
214
	# Use pregenerated copies when possible wrt #480924
209
	[[ ${PV} = 9999* ]] || econf_args+=( --disable-manpages )
215
	[[ ${PV} = 9999* ]] || econf_args+=( --disable-manpages )
210
216

Return to bug 533724