summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 01:33:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:08 +0200
commitf6da35983cf39052b7aa3be897c8a37cb6fc27a2 (patch)
tree069f30ffb20ac6519a2c82b34ba3d3b599263e3b /net-p2p
parentmedia-video/kplayer: Add QT3SUPPORT_REQUIRED="true" (diff)
downloadgentoo-f6da35983cf39052b7aa3be897c8a37cb6fc27a2.tar.gz
gentoo-f6da35983cf39052b7aa3be897c8a37cb6fc27a2.tar.bz2
gentoo-f6da35983cf39052b7aa3be897c8a37cb6fc27a2.zip
net-p2p/kmldonkey: QT3SUPPORT_REQUIRED="true", DEPEND on kdelibs[plasma]
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild5
1 files 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 eac8b1543dbc..eefcb25ac1ac 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() {