diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-07-14 18:08:40 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-07-14 18:08:40 +0000 |
commit | 0eab02bcdfbc711829204a21c82cb0b64469449c (patch) | |
tree | e8ede11b42028e21f02be3c095b03a4cbf46f5ee /app-cdr | |
parent | ppc stable, bug #139612 (diff) | |
download | gentoo-2-0eab02bcdfbc711829204a21c82cb0b64469449c.tar.gz gentoo-2-0eab02bcdfbc711829204a21c82cb0b64469449c.tar.bz2 gentoo-2-0eab02bcdfbc711829204a21c82cb0b64469449c.zip |
typo fix thanks to drac.
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/bonfire/bonfire-0.3.91.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/bonfire/bonfire-0.3.91.ebuild b/app-cdr/bonfire/bonfire-0.3.91.ebuild index 9bf58491440f..12de20435558 100644 --- a/app-cdr/bonfire/bonfire-0.3.91.ebuild +++ b/app-cdr/bonfire/bonfire-0.3.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bonfire/bonfire-0.3.91.ebuild,v 1.3 2006/07/08 13:48:33 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bonfire/bonfire-0.3.91.ebuild,v 1.4 2006/07/14 18:08:40 metalgod Exp $ inherit gnome2 @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} G2CONF="${G2CONF} \ $(use_enable totem playlist) \ - $(use_enable beagle search) + $(use_enable beagle search) \ $(use_enable libnotify)" DOCS="AUTHORS ChangeLog NEWS README TODO.tasks" |