summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-15 09:03:36 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-15 09:03:36 +0000
commitdab603ba1da3eeaa7b040ad26d4d7b4c5651657a (patch)
tree7ff86c82def7a6df9fbcc45bb42b2a6a2781c9e5 /media-plugins
parentCleaning out old versions. (Manifest recommit) (diff)
downloadgentoo-2-dab603ba1da3eeaa7b040ad26d4d7b4c5651657a.tar.gz
gentoo-2-dab603ba1da3eeaa7b040ad26d4d7b4c5651657a.tar.bz2
gentoo-2-dab603ba1da3eeaa7b040ad26d4d7b4c5651657a.zip
DEPEND on arts to make sure that noatun was built with kdemultimedia.
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/flexplaylist/ChangeLog6
-rw-r--r--media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild9
2 files changed, 12 insertions, 3 deletions
diff --git a/media-plugins/flexplaylist/ChangeLog b/media-plugins/flexplaylist/ChangeLog
index f7dc483b4a76..36156793b407 100644
--- a/media-plugins/flexplaylist/ChangeLog
+++ b/media-plugins/flexplaylist/ChangeLog
@@ -1,6 +1,10 @@
# 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.6 2004/09/01 17:36:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/ChangeLog,v 1.7 2004/10/15 09:03:36 eradicator Exp $
+
+ 15 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ flexplaylist-0.4.8.ebuild:
+ DEPEND on arts to make sure that noatun was built with kdemultimedia.
01 Sep 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 93f30a7551c8..0d6de02d04b2 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
# 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.6 2004/09/01 17:36:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild,v 1.7 2004/10/15 09:03:36 eradicator Exp $
inherit kde
@@ -13,5 +13,10 @@ LICENSE="Artistic-2"
KEYWORDS="x86 ~ppc amd64"
IUSE=""
-DEPEND=">=kde-base/kdemultimedia-3.0"
+# If we didn't build kdemultimedia with arts support, then we won't have
+# 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
+ kde-base/arts"
need-kde 3