diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-25 12:24:48 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-25 12:24:48 +0000 |
commit | 0be7a42dbbec72f5c3407a3ba5a8d1c17e13208b (patch) | |
tree | 1546dbd02c45f0e545fd1f2e9040762158fb6501 /media-sound/exaile | |
parent | Perfctr has been removed from the tree now. (diff) | |
download | gentoo-2-0be7a42dbbec72f5c3407a3ba5a8d1c17e13208b.tar.gz gentoo-2-0be7a42dbbec72f5c3407a3ba5a8d1c17e13208b.tar.bz2 gentoo-2-0be7a42dbbec72f5c3407a3ba5a8d1c17e13208b.zip |
Remove USE fam and gamin dep because it's not used.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'media-sound/exaile')
-rw-r--r-- | media-sound/exaile/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.2.9_beta1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog index 13a753d04c40..d06e78bfd870 100644 --- a/media-sound/exaile/ChangeLog +++ b/media-sound/exaile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/exaile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.8 2007/02/24 22:47:33 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.9 2007/02/25 12:24:48 drac Exp $ + + 25 Feb 2007; Samuli Suominen <drac@gentoo.org> exaile-0.2.9_beta1.ebuild: + Remove USE fam and gamin dep because it's not used. 24 Feb 2007; Samuli Suominen <drac@gentoo.org> exaile-0.2.9_beta1.ebuild: Add gnome-base/librsvg rdep for bug 168273. Thanks to Maarten Bressen. diff --git a/media-sound/exaile/exaile-0.2.9_beta1.ebuild b/media-sound/exaile/exaile-0.2.9_beta1.ebuild index 1525d6f895c1..33ee5170bcbd 100644 --- a/media-sound/exaile/exaile-0.2.9_beta1.ebuild +++ b/media-sound/exaile/exaile-0.2.9_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.9_beta1.ebuild,v 1.2 2007/02/24 22:47:33 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.9_beta1.ebuild,v 1.3 2007/02/25 12:24:48 drac Exp $ inherit eutils python toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://www.exaile.org/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="aac alsa cdaudio fam flac gnome ipod libnotify libsexy mad musepack ogg +IUSE="aac alsa cdaudio flac gnome ipod libnotify libsexy mad musepack ogg oss serpentine streamripper vorbis" RDEPEND=">=dev-lang/python-2.4 @@ -26,7 +26,6 @@ RDEPEND=">=dev-lang/python-2.4 >=media-libs/mutagen-1.6 dev-python/elementtree dev-python/dbus-python - fam? ( app-admin/gamin ) alsa? ( >=media-plugins/gst-plugins-alsa-0.10 ) oss? ( >=media-plugins/gst-plugins-oss-0.10 ) mad? ( >=media-plugins/gst-plugins-mad-0.10 ) |