Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Thu, 02 Aug 2012 07:36:14
Message-Id: 1343893242.25cd584a61c333f1e9b0808b4c76d6f6a9f0c870.johu@gentoo
1 commit: 25cd584a61c333f1e9b0808b4c76d6f6a9f0c870
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 2 07:39:29 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 07:40:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=25cd584a
7
8 [eclass] Sync with tree. Fix tarball extract for old kdepim, bug #429428.
9
10 ---
11 eclass/kde4-meta.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
15 index 1614164..ff21679 100644
16 --- a/eclass/kde4-meta.eclass
17 +++ b/eclass/kde4-meta.eclass
18 @@ -210,7 +210,7 @@ kde4-meta_src_extract() {
19 else
20 local abort tarball tarfile f extractlist postfix
21
22 - if [[ ${PV} =~ 4.7.[12345] ]]; then
23 + if [[ ${PV} =~ 4.[47].[12345] ]]; then
24 postfix="bz2"
25 KMTARPARAMS+=" --bzip2"
26 else