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

(-)/usr/bin/emerge-webrsync.orig (-1 / +1 lines)
Lines 272-278 Link Here
272
	local compressions=""
272
	local compressions=""
273
	# xz is not supported in app-arch/tarsync, so use
273
	# xz is not supported in app-arch/tarsync, so use
274
	# bz2 format if we have tarsync.
274
	# bz2 format if we have tarsync.
275
	if ! type -P tarsync > /dev/null ; then
275
	if false && ! type -P tarsync > /dev/null ; then
276
		type -P xzcat > /dev/null && compressions="${compressions} xz"
276
		type -P xzcat > /dev/null && compressions="${compressions} xz"
277
	fi
277
	fi
278
	type -P bzcat > /dev/null && compressions="${compressions} bz2"
278
	type -P bzcat > /dev/null && compressions="${compressions} bz2"

Return to bug 573642