projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e30fe04
)
Enable xz unpack for EAPI 3_pre2.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Dec 2009 06:12:01 +0000
(06:12 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Dec 2009 06:12:01 +0000
(06:12 -0000)
svn path=/main/trunk/; revision=15034
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 009c59c38f7ec900910986517d05424c5fd8752d..029fb65868f9236e2f39c037080e1878d56dfeb7 100755
(executable)
--- 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