From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E3A31390EC for ; Wed, 22 Jul 2015 12:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78DA0E0895; Wed, 22 Jul 2015 12:36:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2437E088F for ; Wed, 22 Jul 2015 12:36:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 400F034072E for ; Wed, 22 Jul 2015 12:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCC51ED for ; Wed, 22 Jul 2015 12:36:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1437568575.84b9dab08e9db4f4a20769e11b10215cffd1765e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-meta.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 84b9dab08e9db4f4a20769e11b10215cffd1765e X-VCS-Branch: master Date: Wed, 22 Jul 2015 12:36:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0860a291-07dc-4b9b-9530-80a4f3638b95 X-Archives-Hash: 7e429a6de10ba813641cc574773c52f8 commit: 84b9dab08e9db4f4a20769e11b10215cffd1765e Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Jul 22 11:52:44 2015 +0000 Commit: Michael Palimaka gentoo 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