diff options
| -rw-r--r-- | net-im/choqok/choqok-9999.ebuild | 7 | ||||
| -rw-r--r-- | net-im/choqok/metadata.xml | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild index 32d83cc0dba..412cb7b2380 100644 --- a/net-im/choqok/choqok-9999.ebuild +++ b/net-im/choqok/choqok-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-2+" SLOT="5" -IUSE="attica share telepathy" +IUSE="attica share" DEPEND=" >=app-crypt/qca-2.3.0:2[qt5(+)] @@ -47,7 +47,6 @@ DEPEND=" >=kde-frameworks/sonnet-${KFMIN}:5 attica? ( >=kde-frameworks/attica-${KFMIN}:5 ) share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) - telepathy? ( >=net-libs/telepathy-qt-0.9.8 ) " RDEPEND="${DEPEND}" @@ -55,10 +54,10 @@ DOCS=( AUTHORS README changelog ) src_configure() { local mycmakeargs=( - $(cmake_use_find_package attica KF5Attica) -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON + -DCMAKE_DISABLE_FIND_PACKAGE_TelepathyQt5=ON + $(cmake_use_find_package attica KF5Attica) $(cmake_use_find_package share KF5Purpose) - $(cmake_use_find_package telepathy TelepathyQt5) ) ecm_src_configure diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml index 1b71d886242..402be5793e6 100644 --- a/net-im/choqok/metadata.xml +++ b/net-im/choqok/metadata.xml @@ -11,6 +11,5 @@ <use> <flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag> <flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag> - <flag name="telepathy">Enable support for the real-time communication framework telepathy</flag> </use> </pkgmetadata> |
