From 7aa1ce0f3b907334a826791fc2ee9b266a2f5127 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 11 Dec 2009 06:12:01 +0000 Subject: Enable xz unpack for EAPI 3_pre2. svn path=/main/trunk/; revision=15034 --- 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 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 -- cgit v1.2.3-1-g7c22