diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-07-12 21:05:55 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-07-12 21:05:55 +1000 |
commit | 9c5fa1c956f7cb90938bec2f4a14e2773833f6e9 (patch) | |
tree | 85b430614311cdceb4fee2f5dfe80be6b380a5b2 /net-libs | |
parent | [net-libs/telepathy-qt] Remove patch, applied upstream. (diff) | |
download | qt-9c5fa1c956f7cb90938bec2f4a14e2773833f6e9.tar.gz qt-9c5fa1c956f7cb90938bec2f4a14e2773833f6e9.tar.bz2 qt-9c5fa1c956f7cb90938bec2f4a14e2773833f6e9.zip |
[net-libs/telepathy-qt] Sync with portage.
(Portage version: 2.1.11.5/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs')
-rw-r--r-- | 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/telepathy-qt/telepathy-qt-9999.ebuild index 926b4f30..a03b3db4 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -31,9 +31,6 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/pkgconfig - farsight? ( - >=net-libs/telepathy-glib-0.17.5 - ) test? ( dev-libs/dbus-glib dev-libs/glib @@ -53,10 +50,10 @@ pkg_setup() { src_configure() { local mycmakeargs=( - $(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=OFF ) cmake-utils_src_configure |