diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-17 08:49:53 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-17 08:49:53 +0000 |
commit | 736239a6255428d7e7c739e41e6daee939e4f2a0 (patch) | |
tree | 6faae0deb07f374bc961b79b3517c6e86f18083a /net-im/universalkopete | |
parent | Marking 6629 stable across archs (Manifest recommit) (diff) | |
download | gentoo-2-736239a6255428d7e7c739e41e6daee939e4f2a0.tar.gz gentoo-2-736239a6255428d7e7c739e41e6daee939e4f2a0.tar.bz2 gentoo-2-736239a6255428d7e7c739e41e6daee939e4f2a0.zip |
change dep on kdenetwork to accept kdenetwork-meta; this shold be refined to kde-base/kopete + whatever else it may need (the universal sidebar itself)
(Portage version: 2.0.51-r12)
Diffstat (limited to 'net-im/universalkopete')
-rw-r--r-- | net-im/universalkopete/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/universalkopete/universalkopete-0.1.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-im/universalkopete/ChangeLog b/net-im/universalkopete/ChangeLog index 314192d74f7e..b90dbcc4a557 100644 --- a/net-im/universalkopete/ChangeLog +++ b/net-im/universalkopete/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/universalkopete -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/universalkopete/ChangeLog,v 1.4 2004/07/03 21:10:43 carlo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/universalkopete/ChangeLog,v 1.5 2005/01/17 08:49:53 danarmak Exp $ + + 17 Jan 2005; Dan Armak <danarmak@gentoo.org> universalkopete-0.1.ebuild: + Changed dep on kde-base/kdenetwork to allow for kde-base/kdenetwork-meta of + the new split ebuilds. Someone should take the time to determine what + exactly (other than kde-base/kopete) is needed and refine this dep further. 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> universalkopete-0.1.ebuild: QA: need-kde after R/DEPEND diff --git a/net-im/universalkopete/universalkopete-0.1.ebuild b/net-im/universalkopete/universalkopete-0.1.ebuild index 584cf3d3f92c..54c5dda5f28f 100644 --- a/net-im/universalkopete/universalkopete-0.1.ebuild +++ b/net-im/universalkopete/universalkopete-0.1.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-im/universalkopete/universalkopete-0.1.ebuild,v 1.3 2004/07/03 21:10:43 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/universalkopete/universalkopete-0.1.ebuild,v 1.4 2005/01/17 08:49:53 danarmak Exp $ inherit kde @@ -17,5 +17,5 @@ LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" -DEPEND=">=kde-base/kdenetwork-3.2" +DEPEND="|| ( kde-base/kopete >=kde-base/kdenetwork-3.2 )" need-kde 3.2
\ No newline at end of file |