From e816d756c923916cb980f473f51af94d26d76429 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 13 Dec 2009 03:50:39 +0000 Subject: Enable xz unpack for EAPI 3_pre2. (trunk r15034) svn path=/main/branches/2.1.7/; revision=15068 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') 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 -- cgit v1.2.3-1-g7c22