app-portage/repoman: make repoman-2.3.8 require portage-2.3.27
[gentoo.git] / kde-apps / ktp-contact-runner / ktp-contact-runner-17.08.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit kde5
7
8 DESCRIPTION="KDE Telepathy krunner plugin"
9 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
10
11 LICENSE="LGPL-2.1"
12 KEYWORDS="amd64 x86"
13 IUSE=""
14
15 RDEPEND="
16         $(add_frameworks_dep kcoreaddons)
17         $(add_frameworks_dep ki18n)
18         $(add_frameworks_dep krunner)
19         $(add_kdeapps_dep ktp-common-internals)
20         $(add_qt_dep qtdbus)
21         $(add_qt_dep qtgui)
22         $(add_qt_dep qtwidgets)
23         net-libs/telepathy-qt[qt5(+)]
24 "
25 DEPEND="${RDEPEND}
26         $(add_frameworks_dep kservice)
27 "