projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b29a4
)
Enable xz unpack for EAPI 3_pre2. (trunk r15034)
author
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:50:39 +0000
(
03:50
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:50:39 +0000
(
03:50
-0000)
svn path=/main/branches/2.1.7/; revision=15068
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index a9591581db80faa99668cbfae925349169fb666c..a9c6d0e55c61f8bf9df0001505ae1fd09313833e 100755
(executable)
--- 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