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

(-)/usr/lib/portage/bin/ebuild.sh.orig (-1 / +2 lines)
Lines 382-388 Link Here
382
				assert "$myfail"
382
				assert "$myfail"
383
				;;
383
				;;
384
			ZIP|zip|jar)
384
			ZIP|zip|jar)
385
				unzip -qo "${srcdir}${x}" || die "$myfail"
385
				yes "n" | unzip -qo "${srcdir}${x}"
386
				assert "$myfail"
386
				;;
387
				;;
387
			gz|Z|z)
388
			gz|Z|z)
388
				_unpack_tar gzip
389
				_unpack_tar gzip

Return to bug 336285