diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-04 07:34:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-04 07:34:29 +0000 |
commit | cc68d5d6c08b12f056e8d8f48411b8654b3080b3 (patch) | |
tree | c3fec27e7045e3b2109a71ac2e7fa05f6dda5811 /media-sound/decibel-audio-player | |
parent | Fix bug #280055 for real this time (diff) | |
download | gentoo-2-cc68d5d6c08b12f056e8d8f48411b8654b3080b3.tar.gz gentoo-2-cc68d5d6c08b12f056e8d8f48411b8654b3080b3.tar.bz2 gentoo-2-cc68d5d6c08b12f056e8d8f48411b8654b3080b3.zip |
Fix a mistake in deps.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/decibel-audio-player')
-rw-r--r-- | media-sound/decibel-audio-player/ChangeLog | 4 | ||||
-rw-r--r-- | media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/decibel-audio-player/ChangeLog b/media-sound/decibel-audio-player/ChangeLog index 8ab29e5992a0..4508866b3b23 100644 --- a/media-sound/decibel-audio-player/ChangeLog +++ b/media-sound/decibel-audio-player/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for media-sound/decibel-audio-player # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.15 2009/07/22 15:52:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.16 2009/08/04 07:34:29 ssuominen Exp $ 22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> decibel-audio-player-1.00.ebuild, metadata.xml: - Rename USE cdaudio to cdda and cddb. + Rename USE cdaudio to cdda. 19 Jul 2009; nixnut <nixnut@gentoo.org> decibel-audio-player-1.00.ebuild: ppc stable #273113 diff --git a/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild b/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild index aa83ff15468c..58ca534360d7 100644 --- a/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild +++ b/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild,v 1.7 2009/07/22 15:52:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild,v 1.8 2009/08/04 07:34:29 ssuominen Exp $ DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use." HOMEPAGE="http://decibel.silent-blade.org" @@ -9,7 +9,7 @@ SRC_URI="http://decibel.silent-blade.org/uploads/Main/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="aac cdda cddb gnome-keyring libnotify musepack" +IUSE="aac cdda gnome-keyring libnotify musepack" RDEPEND="media-libs/mutagen dev-python/dbus-python @@ -18,8 +18,8 @@ RDEPEND="media-libs/mutagen >=media-plugins/gst-plugins-meta-0.10-r2 aac? ( media-plugins/gst-plugins-faad ) cdda? ( || ( media-plugins/gst-plugins-cdio - media-plugins/gst-plugins-cdparanoia ) ) - cddb? ( dev-python/cddb-py ) + media-plugins/gst-plugins-cdparanoia ) + dev-python/cddb-py ) gnome-keyring? ( dev-python/gnome-keyring-python ) libnotify? ( dev-python/notify-python ) musepack? ( media-plugins/gst-plugins-musepack )" |