diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-14 23:50:49 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-14 23:50:49 +0000 |
commit | 0280563afd83af9ee799826fa6f760cf541cbff8 (patch) | |
tree | 5aaa1d7167169b82c1d4b0b5639bbe64ed5f9171 /media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild | |
parent | Fixes #77909. (Manifest recommit) (diff) | |
download | gentoo-2-0280563afd83af9ee799826fa6f760cf541cbff8.tar.gz gentoo-2-0280563afd83af9ee799826fa6f760cf541cbff8.tar.bz2 gentoo-2-0280563afd83af9ee799826fa6f760cf541cbff8.zip |
Changed dep on kdemultimedia to accept noatun, the new split ebuild.
Diffstat (limited to 'media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild')
-rw-r--r-- | media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild b/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild index 0d6de02d04b2..a186406664b1 100644 --- a/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild +++ b/media-plugins/flexplaylist/flexplaylist-0.4.8.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-plugins/flexplaylist/flexplaylist-0.4.8.ebuild,v 1.7 2004/10/15 09:03:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild,v 1.8 2005/01/14 23:48:21 danarmak Exp $ inherit kde @@ -17,6 +17,6 @@ IUSE="" # noatun, so depend on arts to make sure we have noatun... it's a hack, but # it's as good as we can do for now... -DEPEND=">=kde-base/kdemultimedia-3.0 +DEPEND="|| ( kde-base/noatun >=kde-base/kdemultimedia-3.0 ) kde-base/arts" need-kde 3 |