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.77) (envelope-from ) id 1SpHG4-00034o-HA for garchives@archives.gentoo.org; Thu, 12 Jul 2012 11:08:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F3E5E05E4; Thu, 12 Jul 2012 11:08:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D57CE05E4 for ; Thu, 12 Jul 2012 11:08:24 +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 C724F1B4060 for ; Thu, 12 Jul 2012 11:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9203DE5433 for ; Thu, 12 Jul 2012 11:08:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1342091262.1a53fe6bb9582709ad89a2c3412c06b7e0fac780.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1a53fe6bb9582709ad89a2c3412c06b7e0fac780 X-VCS-Branch: master Date: Thu, 12 Jul 2012 11:08:22 +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: b83b4941-e9ab-40ed-989b-6b4bd9d00085 X-Archives-Hash: 29da14d7038415c03b4cea8acd55a3af commit: 1a53fe6bb9582709ad89a2c3412c06b7e0fac780 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jul 12 11:07:42 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 12 11:07:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D1a53fe6b [net-libs/telepathy-qt] Sync with portage. (Portage version: 2.1.11.5/git/Linux x86_64, unsigned Manifest commit) --- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/te= lepathy-qt/telepathy-qt-9999.ebuild index 926b4f3..a03b3db 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -31,9 +31,6 @@ RDEPEND=3D" " DEPEND=3D"${RDEPEND} virtual/pkgconfig - farsight? ( - >=3Dnet-libs/telepathy-glib-0.17.5 - ) test? ( dev-libs/dbus-glib dev-libs/glib @@ -53,10 +50,10 @@ pkg_setup() { =20 src_configure() { local mycmakeargs=3D( - $(cmake-utils_use_with farsight) - $(cmake-utils_use_with farstream) + $(cmake-utils_use_enable farsight) + $(cmake-utils_use_enable farstream) $(cmake-utils_use_enable debug DEBUG_OUTPUT) - $(cmake-utils_use_enable test) + $(cmake-utils_use_enable test TESTS) -DENABLE_EXAMPLES=3DOFF ) cmake-utils_src_configure