From: Zac Medico Date: Fri, 11 Dec 2009 06:12:01 +0000 (-0000) Subject: Enable xz unpack for EAPI 3_pre2. X-Git-Tag: v2.2_rc59~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7aa1ce0f3b907334a826791fc2ee9b266a2f5127;p=portage.git Enable xz unpack for EAPI 3_pre2. svn path=/main/trunk/; revision=15034 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 009c59c38..029fb6586 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -439,7 +439,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