diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 11:11:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 11:11:35 +0000 |
commit | 85e47d3e6d8477963fe8cf935f7819aafbcdbe65 (patch) | |
tree | 61015ece17f55f433fab1186a717492c7a85049e /media-plugins | |
parent | Make sure aRTs is required. Thanks to Jakub Moc. (diff) | |
download | gentoo-2-85e47d3e6d8477963fe8cf935f7819aafbcdbe65.tar.gz gentoo-2-85e47d3e6d8477963fe8cf935f7819aafbcdbe65.tar.bz2 gentoo-2-85e47d3e6d8477963fe8cf935f7819aafbcdbe65.zip |
Make sure aRTs is required. Thanks to Jakub Moc.
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/flexplaylist/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-plugins/flexplaylist/ChangeLog b/media-plugins/flexplaylist/ChangeLog index a70aaeb41586..6b37a744684e 100644 --- a/media-plugins/flexplaylist/ChangeLog +++ b/media-plugins/flexplaylist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/flexplaylist -# 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 $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/ChangeLog,v 1.9 2006/05/31 11:11:35 flameeyes Exp $ + + 31 May 2006; Diego Pettenò <flameeyes@gentoo.org> + flexplaylist-0.4.8.ebuild: + Make sure aRTs is required. Thanks to Jakub Moc. 15 Jan 2005; Dan Armak <danarmak@gentoo.org> flexplaylist-0.4.8.ebuild: Changed dep on kdemultimedia to accept noatun, the new split ebuild. diff --git a/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild b/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild index a186406664b1..d68f2f086e14 100644 --- a/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild +++ b/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.8 2005/01/14 23:48:21 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild,v 1.9 2006/05/31 11:11:35 flameeyes Exp $ +ARTS_REQUIRED="yes" inherit kde DESCRIPTION="Winamp/XMMS like Playlist for Noatun 2" @@ -17,6 +18,5 @@ 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/noatun >=kde-base/kdemultimedia-3.0 ) - kde-base/arts" +DEPEND="|| ( kde-base/noatun >=kde-base/kdemultimedia-3.0 )" need-kde 3 |