c0f34d667fd7edb16c4de60620722bd4b9081827
[gentoo.git] / kde-plasma / kwrited / kwrited-5.14.5.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit kde5
7
8 DESCRIPTION="KDE Plasma daemon listening for wall and write messages"
9 KEYWORDS="~amd64 ~arm ~x86"
10 IUSE=""
11
12 DEPEND="
13         $(add_frameworks_dep kcoreaddons)
14         $(add_frameworks_dep kdbusaddons)
15         $(add_frameworks_dep ki18n)
16         $(add_frameworks_dep knotifications)
17         $(add_frameworks_dep kpty)
18         $(add_qt_dep qtgui)
19         $(add_qt_dep qtwidgets)
20 "
21 RDEPEND="${DEPEND}
22         !kde-plasma/kwrited:4
23 "