diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-20 23:25:24 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-20 23:25:24 +0200 |
| commit | 7411191183d139e9ab5d76474f5377420a41bc1f (patch) | |
| tree | 8f54acebc6642d81568f97f867e308340552fc5b | |
| parent | c8ab59af6b882dbad18a61e1af30035c068f1f44 (diff) | |
| download | kde-7411191183d139e9ab5d76474f5377420a41bc1f.tar.gz kde-7411191183d139e9ab5d76474f5377420a41bc1f.tar.bz2 kde-7411191183d139e9ab5d76474f5377420a41bc1f.zip | |
net-im/choqok: Drop IUSE telepathy
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -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> |
