summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/zeroconf-ioslave/zeroconf-ioslave-5.9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-5.9999.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-5.9999.ebuild
new file mode 100644
index 00000000000..e127e6832e1
--- /dev/null
+++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-5.9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ dev-qt/qtdbus:5
+"
+
+RDEPEND="${DEPEND}"