diff options
Diffstat (limited to 'kde-plasma/kwrited/kwrited-9999.ebuild')
| -rw-r--r-- | kde-plasma/kwrited/kwrited-9999.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwrited/kwrited-9999.ebuild b/kde-plasma/kwrited/kwrited-9999.ebuild new file mode 100644 index 00000000000..5a00b05cc55 --- /dev/null +++ b/kde-plasma/kwrited/kwrited-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="KDE daemon listening for wall and write messages" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kpty) +" +RDEPEND="${DEPEND} + !kde-base/kwrited:4 +" |
