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 1QOtKR-0002Iv-3P for garchives@archives.gentoo.org; Tue, 24 May 2011 15:15:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA23C1C387; Tue, 24 May 2011 15:15:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8C4E61C387 for ; Tue, 24 May 2011 15:15:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F18E1B402D for ; Tue, 24 May 2011 15:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 790D280505 for ; Tue, 24 May 2011 15:15:17 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/konq-plugins/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/konq-plugins/konq-plugins-4.6.80.ebuild kde-base/konq-plugins/konq-plugins-4.6.9999.ebuild kde-base/konq-plugins/konq-plugins-9999.ebuild X-VCS-Directories: kde-base/konq-plugins/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: b5c7f6146613f155a972045f93fdcc0ee684c080 Date: Tue, 24 May 2011 15:15:17 +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: X-Archives-Hash: e5db911cec8e3da1237b8e1c1976b53c commit: b5c7f6146613f155a972045f93fdcc0ee684c080 Author: Tomas Chvatal gentoo org> AuthorDate: Tue May 24 15:11:35 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Tue May 24 15:14:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Db5c7f614 [kde-base/konq-plugins] Declare mycmakeargs local as they are supposed to= be. --- kde-base/konq-plugins/konq-plugins-4.6.80.ebuild | 4 ++-- kde-base/konq-plugins/konq-plugins-4.6.9999.ebuild | 2 +- kde-base/konq-plugins/konq-plugins-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-base/konq-plugins/konq-plugins-4.6.80.ebuild b/kde-base/= konq-plugins/konq-plugins-4.6.80.ebuild index 3676043..a33dcce 100644 --- a/kde-base/konq-plugins/konq-plugins-4.6.80.ebuild +++ b/kde-base/konq-plugins/konq-plugins-4.6.80.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"4" +EAPI=3D4 =20 KMNAME=3D"kde-baseapps" inherit kde4-meta @@ -25,7 +25,7 @@ RDEPEND=3D"${DEPEND} " =20 src_configure() { - mycmakeargs=3D( + local mycmakeargs=3D( -DKdeWebKit=3DOFF -DWebKitPart=3DOFF $(cmake-utils_use_with tidy LibTidy) diff --git a/kde-base/konq-plugins/konq-plugins-4.6.9999.ebuild b/kde-bas= e/konq-plugins/konq-plugins-4.6.9999.ebuild index 0aa0f78..c9472a7 100644 --- a/kde-base/konq-plugins/konq-plugins-4.6.9999.ebuild +++ b/kde-base/konq-plugins/konq-plugins-4.6.9999.ebuild @@ -25,7 +25,7 @@ RDEPEND=3D"${DEPEND} " =20 src_configure() { - mycmakeargs=3D( + local mycmakeargs=3D( -DKdeWebKit=3DOFF -DWebKitPart=3DOFF $(cmake-utils_use_with tidy LibTidy) diff --git a/kde-base/konq-plugins/konq-plugins-9999.ebuild b/kde-base/ko= nq-plugins/konq-plugins-9999.ebuild index 0aa0f78..c9472a7 100644 --- a/kde-base/konq-plugins/konq-plugins-9999.ebuild +++ b/kde-base/konq-plugins/konq-plugins-9999.ebuild @@ -25,7 +25,7 @@ RDEPEND=3D"${DEPEND} " =20 src_configure() { - mycmakeargs=3D( + local mycmakeargs=3D( -DKdeWebKit=3DOFF -DWebKitPart=3DOFF $(cmake-utils_use_with tidy LibTidy)