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 1SpHEf-0002qK-0E for garchives@archives.gentoo.org; Thu, 12 Jul 2012 11:07:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03F93E05E4; Thu, 12 Jul 2012 11:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C69CAE05E4 for ; Thu, 12 Jul 2012 11:06:56 +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 193511B4018 for ; Thu, 12 Jul 2012 11:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D65C2E5433 for ; Thu, 12 Jul 2012 11:06:54 +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: <1342091155.9c5fa1c956f7cb90938bec2f4a14e2773833f6e9.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/qt 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: 9c5fa1c956f7cb90938bec2f4a14e2773833f6e9 X-VCS-Branch: master Date: Thu, 12 Jul 2012 11:06:54 +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: 33ed0109-f169-4547-a638-4700bdae48a4 X-Archives-Hash: ba43834c50e5c22e23dd75adb4864b51 commit: 9c5fa1c956f7cb90938bec2f4a14e2773833f6e9 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jul 12 11:05:55 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 12 11:05:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D9c5fa1c9 [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