summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-13 03:50:39 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-13 03:50:39 +0000
commite816d756c923916cb980f473f51af94d26d76429 (patch)
tree249f382ffee5f32bfef908ccdfb851ef7c5694da
parent82b29a4f9093d268352d2341822cceb90622c8b0 (diff)
downloadportage-e816d756c923916cb980f473f51af94d26d76429.tar.gz
portage-e816d756c923916cb980f473f51af94d26d76429.tar.bz2
portage-e816d756c923916cb980f473f51af94d26d76429.zip
Enable xz unpack for EAPI 3_pre2. (trunk r15034)
svn path=/main/branches/2.1.7/; revision=15068
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
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