From: Zac Medico Date: Sun, 13 Dec 2009 03:50:39 +0000 (-0000) Subject: Enable xz unpack for EAPI 3_pre2. (trunk r15034) X-Git-Tag: v2.1.7.14~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e816d756c923916cb980f473f51af94d26d76429;p=portage.git Enable xz unpack for EAPI 3_pre2. (trunk r15034) svn path=/main/branches/2.1.7/; revision=15068 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index a9591581d..a9c6d0e55 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -445,7 +445,7 @@ unpack() { _unpack_tar lzma ;; xz) - if hasq $eapi 0 1 2 3 ; then + if hasq $eapi 0 1 2 ; then vecho "unpack ${x}: file format not recognized. Ignoring." else _unpack_tar xz