kde-apps/kremotecontrol: Add missing DEPEND
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 19 Oct 2017 17:03:19 +0000 (19:03 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 19 Oct 2017 17:23:19 +0000 (19:23 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

kde-apps/kremotecontrol/kremotecontrol-17.08.2-r1.ebuild [new file with mode: 0644]

diff --git a/kde-apps/kremotecontrol/kremotecontrol-17.08.2-r1.ebuild b/kde-apps/kremotecontrol/kremotecontrol-17.08.2-r1.ebuild
new file mode 100644 (file)
index 0000000..5533236
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="KDE frontend for the Linux Infrared Remote Control system"
+HOMEPAGE="https://www.kde.org/applications/utilities/kremotecontrol
+https://utils.kde.org/projects/kremotecontrol"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+       kde-frameworks/kdelibs:4[plasma(+)]
+"
+RDEPEND="${DEPEND}
+       app-misc/lirc
+"