diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-12 17:25:16 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-12 17:25:16 +0000 |
commit | 7c7b4d3b3acb296afc32a3156890499656ea00b5 (patch) | |
tree | a02e1a874fea125d5262e0522bfe45fae406beb7 /net-p2p/kmldonkey/kmldonkey-0.10.ebuild | |
parent | ChangeLog (diff) | |
download | historical-7c7b4d3b3acb296afc32a3156890499656ea00b5.tar.gz historical-7c7b4d3b3acb296afc32a3156890499656ea00b5.tar.bz2 historical-7c7b4d3b3acb296afc32a3156890499656ea00b5.zip |
Add dependency on kde-base/kcontrol or kde-base/kdebase (#66320).
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-p2p/kmldonkey/kmldonkey-0.10.ebuild')
-rw-r--r-- | net-p2p/kmldonkey/kmldonkey-0.10.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/kmldonkey/kmldonkey-0.10.ebuild b/net-p2p/kmldonkey/kmldonkey-0.10.ebuild index a7949a6e3cb5..fa7c4f2859cb 100644 --- a/net-p2p/kmldonkey/kmldonkey-0.10.ebuild +++ b/net-p2p/kmldonkey/kmldonkey-0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-0.10.ebuild,v 1.2 2004/11/23 21:53:09 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-0.10.ebuild,v 1.3 2005/02/12 17:25:16 greg_g Exp $ inherit kde eutils @@ -16,6 +16,9 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~amd64" IUSE="arts" +DEPEND="|| ( kde-base/kcontrol kde-base/kdebase )" +RDEPEND="${DEPEND}" + need-kde 3 src_unpack() { |