summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-07-12 21:07:42 +1000
committerMichael Palimaka <kensington@gentoo.org>2012-07-12 21:07:42 +1000
commit1a53fe6bb9582709ad89a2c3412c06b7e0fac780 (patch)
tree5a6a280f8aecf758f09b4163b676c92ea70d3932
parent69914d19197993617f5cecccc082545307821ea9 (diff)
downloadkde-1a53fe6bb9582709ad89a2c3412c06b7e0fac780.tar.gz
kde-1a53fe6bb9582709ad89a2c3412c06b7e0fac780.tar.bz2
kde-1a53fe6bb9582709ad89a2c3412c06b7e0fac780.zip
[net-libs/telepathy-qt] Sync with portage.
(Portage version: 2.1.11.5/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r--net-libs/telepathy-qt/telepathy-qt-9999.ebuild9
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 926b4f30aac..a03b3db456a 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