summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-01-14 23:50:49 +0000
committerDan Armak <danarmak@gentoo.org>2005-01-14 23:50:49 +0000
commit0280563afd83af9ee799826fa6f760cf541cbff8 (patch)
tree5aaa1d7167169b82c1d4b0b5639bbe64ed5f9171 /media-plugins/flexplaylist
parentFixes #77909. (Manifest recommit) (diff)
downloadgentoo-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')
-rw-r--r--media-plugins/flexplaylist/ChangeLog7
-rw-r--r--media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-plugins/flexplaylist/ChangeLog b/media-plugins/flexplaylist/ChangeLog
index 36156793b407..a70aaeb41586 100644
--- a/media-plugins/flexplaylist/ChangeLog
+++ b/media-plugins/flexplaylist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/flexplaylist
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/ChangeLog,v 1.7 2004/10/15 09:03:36 eradicator Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/ChangeLog,v 1.8 2005/01/14 23:48:21 danarmak Exp $
+
+ 15 Jan 2005; Dan Armak <danarmak@gentoo.org> flexplaylist-0.4.8.ebuild:
+ Changed dep on kdemultimedia to accept noatun, the new split ebuild.
15 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
flexplaylist-0.4.8.ebuild:
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