From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SYDV1-00048y-TM for garchives@archives.gentoo.org; Sat, 26 May 2012 09:41:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E42F4E0700; Sat, 26 May 2012 09:41:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B6D6CE0700 for ; Sat, 26 May 2012 09:41:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C8641B4005 for ; Sat, 26 May 2012 09:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E102CE542A for ; Sat, 26 May 2012 09:41:13 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1338025172.d37d0e327375f0fbc258d4d3d2f54093f5a73e93.alexxy@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: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: d37d0e327375f0fbc258d4d3d2f54093f5a73e93 X-VCS-Branch: master Date: Sat, 26 May 2012 09:41:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9d5e5535-7744-4300-99e0-8883ce264f3b X-Archives-Hash: cab4d37dce922fed95873172d7814028 commit: d37d0e327375f0fbc258d4d3d2f54093f5a73e93 Author: Alexey Shvetsov gentoo org> AuthorDate: Sat May 26 09:39:32 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat May 26 09:39:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dd37d0e32 [eclass] More fixes Signed-off-by: Alexey Shvetsov gentoo.org> --- eclass/kde4-meta.eclass | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index 3f83e2b..d6388e8 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -381,16 +381,8 @@ kde4-meta_create_extractlists() { && ! [[ ${KMNAME} =3D=3D kdeedu && ( ${PV} =3D=3D 4.6.4 || ${PV} =3D=3D= 4.6.5 ) ]]; then case ${KMNAME} in kdebase-runtime|kde-runtime|kdebase-workspace|kde-workspace|kdeedu|kd= egames|kdegraphics) - case ${PN} in - libkdegames|libkdeedu|libkworkspace) - KMEXTRACTONLY+=3D" - cmake/modules/" - ;; - *) - KMCOMPILEONLY+=3D" - cmake/modules/" - ;; - esac + KMEXTRACTONLY+=3D" + cmake/modules/" ;; esac fi