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

(-)bin/ebuild.sh.orig (+3 lines)
Lines 424-429 Link Here
424
			lzma)
424
			lzma)
425
				_unpack_tar lzma
425
				_unpack_tar lzma
426
				;;
426
				;;
427
			lz)
428
				_unpack_tar lzip
429
				;;
427
			xz)
430
			xz)
428
				if hasq $eapi 0 1 2 ; then
431
				if hasq $eapi 0 1 2 ; then
429
					vecho "unpack ${x}: file format not recognized. Ignoring."
432
					vecho "unpack ${x}: file format not recognized. Ignoring."

Return to bug 249059