diff options
Diffstat (limited to 'eclass/kde4-meta.eclass')
| -rw-r--r-- | eclass/kde4-meta.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index 8e06a8bc159..9cd7fb36f10 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -204,15 +204,10 @@ kde4-meta_src_extract() { local abort tarball tarfile f extractlist moduleprefix postfix case ${PV} in 4.[45].8[05] | 4.[45].9[023568]) - # block for normally packed upstream unstable snapshots + # Block for normally packed upstream unstable snapshots KMTARPARAMS+=" --bzip2" # bz2 postfix="bz2" ;; - 4.[45].[6-9]*) - # Not passing --xz, as it doesn't work with stable tar - KMTARPARAMS+=" --use-compress-program=xz" # xz - postfix="xz" - ;; *) KMTARPARAMS+=" --bzip2" # bz2 postfix="bz2" |
