commit: f6da35983cf39052b7aa3be897c8a37cb6fc27a2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 23:33:09 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 18:58:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6da3598
net-p2p/kmldonkey: QT3SUPPORT_REQUIRED="true", DEPEND on kdelibs[plasma]
Package-Manager: Portage-2.3.6, Repoman-2.3.3
net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
b/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
index eac8b1543db..eefcb25ac1a 100644
--- a/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
+++ b/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+QT3SUPPORT_REQUIRED="true"
inherit kde4-base
DESCRIPTION="Provides integration for the MLDonkey P2P software"
@@ -14,7 +15,7 @@ SLOT="4"
KEYWORDS="amd64 x86"
IUSE="debug"
-DEPEND=""
+DEPEND="kde-frameworks/kdelibs:4[plasma(+)]"
RDEPEND="${DEPEND}"
src_configure() {