From 4b27971ed556c29f6396414a8f5b0868f1ad61d0 Mon Sep 17 00:00:00 2001 From: Marc Schiffbauer Date: Mon, 12 Jul 2010 15:40:56 +0200 Subject: [eclass/kde4-meta.eclass] Added hack to make 4.4.92 use tar.bz2 We have no .xz tarballs for 4.4.92... Sorry, if this is not the proper way to solve that, feel free to revert and fix properly ;-) --- eclass/kde4-meta.eclass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'eclass/kde4-meta.eclass') diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index a624e042d23..5dbdf1f67b5 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -209,6 +209,10 @@ kde4-meta_src_extract() { KMTARPARAMS+=" --bzip2" # bz2 postfix="bz2" ;; + 4.4.92) + KMTARPARAMS+=" --bzip2" # bz2 + postfix="bz2" + ;; 4.[34].[6-9]*) # Not passing --xz, as it doesn't work with stable tar KMTARPARAMS+=" --use-compress-program=xz" # xz -- cgit v1.2.3