diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-12-11 06:12:01 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-12-11 06:12:01 +0000 |
commit | 7aa1ce0f3b907334a826791fc2ee9b266a2f5127 (patch) | |
tree | a8b9ed2244605486255ea728ff7d199f487b6fd8 | |
parent | e30fe04e0d9a8fc0078b29f4ef5802555af7a83e (diff) | |
download | portage-7aa1ce0f3b907334a826791fc2ee9b266a2f5127.tar.gz portage-7aa1ce0f3b907334a826791fc2ee9b266a2f5127.tar.bz2 portage-7aa1ce0f3b907334a826791fc2ee9b266a2f5127.zip |
Enable xz unpack for EAPI 3_pre2.
svn path=/main/trunk/; revision=15034
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |