commit: 84b9dab08e9db4f4a20769e11b10215cffd1765e
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Jul 22 11:52:44 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 12:36:15 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=84b9dab0
[eclass] Fix oldpim bug 555566
eclass/kde4-meta.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index d22992c..fa9c8d0 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -182,7 +182,7 @@ kde4-meta_src_extract() {
else
local abort tarball tarfile f extractlist postfix
- if [[ ${PV} =~ '4\.4\.[12].*' ]]; then
+ if [[ ${PV} =~ 4.4.11 ]]; then
postfix="bz2"
KMTARPARAMS+=" --bzip2"
else