summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-11-17 08:46:06 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-11-17 08:46:06 +0000
commit1b6a7699c891e7d0407b0ee7d66191d185b23c5b (patch)
tree0c6fcde0c66d71808f4c60651d20a0d26e1e5a4b /sys-apps/galago-daemon/galago-daemon-0.5.1.ebuild
parentAdd linguas_de support and font-adobe-utopia-75dpi to RDEPEND (diff)
downloadgentoo-2-1b6a7699c891e7d0407b0ee7d66191d185b23c5b.tar.gz
gentoo-2-1b6a7699c891e7d0407b0ee7d66191d185b23c5b.tar.bz2
gentoo-2-1b6a7699c891e7d0407b0ee7d66191d185b23c5b.zip
fix dependencies for dbus 1.0
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'sys-apps/galago-daemon/galago-daemon-0.5.1.ebuild')
-rw-r--r--sys-apps/galago-daemon/galago-daemon-0.5.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/galago-daemon/galago-daemon-0.5.1.ebuild b/sys-apps/galago-daemon/galago-daemon-0.5.1.ebuild
index f7ec9c70de5a..dc8449c92394 100644
--- a/sys-apps/galago-daemon/galago-daemon-0.5.1.ebuild
+++ b/sys-apps/galago-daemon/galago-daemon-0.5.1.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/sys-apps/galago-daemon/galago-daemon-0.5.1.ebuild,v 1.1 2006/10/16 08:02:15 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/galago-daemon/galago-daemon-0.5.1.ebuild,v 1.2 2006/11/17 08:46:06 compnerd Exp $
inherit eutils autotools
@@ -15,7 +15,10 @@ IUSE="test"
RDEPEND=">=dev-libs/glib-2.8
>=dev-libs/libgalago-0.5.2
- >=sys-apps/dbus-0.36"
+ || (
+ >=dev-libs/dbus-glib-0.71
+ ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.36 )
+ )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
test? ( dev-libs/check )"