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

(-)/usr/lib/portage/bin/ebuild.sh.old (-1 / +1 lines)
Lines 367-373 Link Here
367
			tbz2)
367
			tbz2)
368
				bzip2 -dc "${DISTDIR}/${x}" | tar xf - ${tarvars} || die "$myfail"
368
				bzip2 -dc "${DISTDIR}/${x}" | tar xf - ${tarvars} || die "$myfail"
369
				;;
369
				;;
370
			ZIP|zip)
370
			ZIP|zip|JAR|jar)
371
				unzip -qo "${DISTDIR}/${x}" || die "$myfail"
371
				unzip -qo "${DISTDIR}/${x}" || die "$myfail"
372
				;;
372
				;;
373
			gz|Z|z)
373
			gz|Z|z)

Return to bug 100584