summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-11 10:14:37 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-11 10:14:37 +0000
commit98f3a2c671226a33fcf438b102ed15f79b84354a (patch)
treec224c2e0e8035190dba4fe863a3d1fbe3b6a9e39 /xfce-extra/xfmedia
parent* bump (diff)
downloadgentoo-2-98f3a2c671226a33fcf438b102ed15f79b84354a.tar.gz
gentoo-2-98f3a2c671226a33fcf438b102ed15f79b84354a.tar.bz2
gentoo-2-98f3a2c671226a33fcf438b102ed15f79b84354a.zip
Add a missing ( ) in DEPEND for the dbus? conditional.
(Portage version: 5267-svn)
Diffstat (limited to 'xfce-extra/xfmedia')
-rw-r--r--xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild b/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild
index bb0bea56c407..7c2a5787b810 100644
--- a/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild
+++ b/xfce-extra/xfmedia/xfmedia-0.9.2-r1.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/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild,v 1.1 2006/12/11 02:13:44 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild,v 1.2 2006/12/11 10:14:37 zmedico Exp $
inherit xfce44
@@ -21,11 +21,11 @@ DEPEND=">=dev-util/intltool-0.31
>=media-libs/xine-lib-1.0.0
>=xfce-extra/exo-0.2
startup-notification? ( >=x11-libs/startup-notification-0.5 )
- dbus? || (
+ dbus? ( || (
>=dev-libs/dbus-glib-0.71
( <sys-apps/dbus-0.90
>=sys-apps/dbus-0.34 )
- )
+ ) )
media-libs/taglib"
RDEPEND="${DEPEND}"