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 8571D1381F3 for ; Thu, 18 Apr 2013 19:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16900E0979; Thu, 18 Apr 2013 19:17:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 954CDE0979 for ; Thu, 18 Apr 2013 19:17:31 +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 873D433DB75 for ; Thu, 18 Apr 2013 19:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 16AB0E4306 for ; Thu, 18 Apr 2013 19:17:29 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1366312601.09a03aa8cf0fa8c0067827f3af386940a2cb6d6d.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kopete/kopete-4.10.49.9999.ebuild kde-base/kopete/kopete-9999.ebuild X-VCS-Directories: kde-base/kopete/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 09a03aa8cf0fa8c0067827f3af386940a2cb6d6d X-VCS-Branch: master Date: Thu, 18 Apr 2013 19:17:29 +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: fb05c735-6db9-4890-bcac-54e1a0a4d8cf X-Archives-Hash: 531653497281082fc834126d9c84db19 commit: 09a03aa8cf0fa8c0067827f3af386940a2cb6d6d Author: Chris Reffett gentoo org> AuthorDate: Thu Apr 18 19:16:41 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Thu Apr 18 19:16:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=09a03aa8 [kde-base/kopete] Actually disable QQ as well. Package-Manager: portage-2.2.0_alpha173 --- kde-base/kopete/kopete-4.10.49.9999.ebuild | 2 ++ kde-base/kopete/kopete-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/kde-base/kopete/kopete-4.10.49.9999.ebuild b/kde-base/kopete/kopete-4.10.49.9999.ebuild index b5e780c..2e9c52f 100644 --- a/kde-base/kopete/kopete-4.10.49.9999.ebuild +++ b/kde-base/kopete/kopete-4.10.49.9999.ebuild @@ -137,6 +137,8 @@ src_configure() { mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2})) done + mycmakeargs+="-DWITH_qq=OFF" + # enable plugins for x in ${PLUGINS}; do mycmakeargs+=($(cmake-utils_use_with ${x/+/})) diff --git a/kde-base/kopete/kopete-9999.ebuild b/kde-base/kopete/kopete-9999.ebuild index b5e780c..2e9c52f 100644 --- a/kde-base/kopete/kopete-9999.ebuild +++ b/kde-base/kopete/kopete-9999.ebuild @@ -137,6 +137,8 @@ src_configure() { mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2})) done + mycmakeargs+="-DWITH_qq=OFF" + # enable plugins for x in ${PLUGINS}; do mycmakeargs+=($(cmake-utils_use_with ${x/+/}))