summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild.sh')
-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