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 1QM6h9-0001dY-UE for garchives@archives.gentoo.org; Mon, 16 May 2011 22:55:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19F4B1C0DD; Mon, 16 May 2011 22:54:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CCAF81C0DD for ; Mon, 16 May 2011 22:54:26 +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 BE6921B401C for ; Mon, 16 May 2011 22:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 35D4F7448C for ; Mon, 16 May 2011 22:54:25 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <2db18428c31e996a9e265a9a03adb19326416089.abcd@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/activitymanager/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/activitymanager/activitymanager-9999.ebuild X-VCS-Directories: kde-base/activitymanager/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 2db18428c31e996a9e265a9a03adb19326416089 Date: Mon, 16 May 2011 22:54:25 +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: 5b121d4fefd5c212e8e933bc946762c4 commit: 2db18428c31e996a9e265a9a03adb19326416089 Author: Jonathan Callen gentoo org> AuthorDate: Mon May 16 07:28:31 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Mon May 16 22:54:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D2db18428 [kde-base/activitymanager] Hard-disable QtZeitgeist until it's added to p= ortage (Portage version: 2.2.0_alpha32/git/Linux x86_64, signed Manifest commit = with key 229E5838) --- .../activitymanager/activitymanager-9999.ebuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kde-base/activitymanager/activitymanager-9999.ebuild b/kde-b= ase/activitymanager/activitymanager-9999.ebuild index 9459259..b037d73 100644 --- a/kde-base/activitymanager/activitymanager-9999.ebuild +++ b/kde-base/activitymanager/activitymanager-9999.ebuild @@ -18,6 +18,8 @@ src_configure() { mycmakeargs=3D( $(cmake-utils_use_with semantic-desktop Nepomuk) $(cmake-utils_use_with semantic-desktop Soprano) + # $(cmake-utils_use_with zeitgeist QtZeitgeist) + -DWITH_QtZeitgeist=3DNO ) kde4-meta_src_configure }