Enable xz unpack for EAPI 3_pre2.
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Dec 2009 06:12:01 +0000 (06:12 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Dec 2009 06:12:01 +0000 (06:12 -0000)
svn path=/main/trunk/; revision=15034

bin/ebuild.sh

index 009c59c38f7ec900910986517d05424c5fd8752d..029fb65868f9236e2f39c037080e1878d56dfeb7 100755 (executable)
@@ -439,7 +439,7 @@ unpack() {
                                _unpack_tar lzma
                                ;;
                        xz)
-                               if hasq $eapi 0 1 2 ; then
+                               if hasq $eapi 0 1 2 ; then
                                        vecho "unpack ${x}: file format not recognized. Ignoring."
                                else
                                        _unpack_tar xz