diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-14 23:59:24 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-14 23:59:24 +0000 |
commit | aa223b6409fce87056a6adddf88b060c9446bdd4 (patch) | |
tree | 3d7a572a4d95ec69d0d9c9a68d573f5d80b951e6 /media-sound/noteedit | |
parent | Notices placed about version API change requireing revdep-rebuild as per bug ... (diff) | |
download | gentoo-2-aa223b6409fce87056a6adddf88b060c9446bdd4.tar.gz gentoo-2-aa223b6409fce87056a6adddf88b060c9446bdd4.tar.bz2 gentoo-2-aa223b6409fce87056a6adddf88b060c9446bdd4.zip |
made dep on a monolithic kde-base package accept the equivalent -meta package from the split ebuilds as an alternative
Diffstat (limited to 'media-sound/noteedit')
-rw-r--r-- | media-sound/noteedit/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/noteedit/noteedit-2.6.2.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/noteedit/ChangeLog b/media-sound/noteedit/ChangeLog index 65a60959f282..13365eb7e436 100644 --- a/media-sound/noteedit/ChangeLog +++ b/media-sound/noteedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/noteedit -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.12 2004/10/15 09:16:55 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.13 2005/01/14 23:57:13 danarmak Exp $ + + 15 Jan 2005; Dan Armak <danarmak@gentoo.org> noteedit-2.6.2.ebuild: + Changed dep on kdemultimedia to accept kdemultimedia-meta, the split 'meta' + packages. This dep will be narrowed down in the future to the precise split + packages required. 15 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -noteedit-2.5.3.ebuild, noteedit-2.6.2.ebuild: diff --git a/media-sound/noteedit/noteedit-2.6.2.ebuild b/media-sound/noteedit/noteedit-2.6.2.ebuild index d19989e1ebd7..38c3b409b2ec 100644 --- a/media-sound/noteedit/noteedit-2.6.2.ebuild +++ b/media-sound/noteedit/noteedit-2.6.2.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/media-sound/noteedit/noteedit-2.6.2.ebuild,v 1.6 2004/10/15 09:16:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.6.2.ebuild,v 1.7 2005/01/14 23:57:13 danarmak Exp $ IUSE="" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc amd64" -DEPEND="kde-base/kdemultimedia +DEPEND="|| ( kde-base/kdemultimedia-meta kde-base/kdemultimedia ) kde-base/arts media-libs/tse3" |