diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-06-27 19:09:12 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-06-27 19:09:12 +0000 |
commit | c0f9dbf691ca8ce58460bc6caaea57af7e1501d3 (patch) | |
tree | 9125f8a160a7e3b0531385a42b871de8630a3382 /net-wireless | |
parent | make this work for both x86 and ~x86 by creative use of || dependencies (Mani... (diff) | |
download | gentoo-2-c0f9dbf691ca8ce58460bc6caaea57af7e1501d3.tar.gz gentoo-2-c0f9dbf691ca8ce58460bc6caaea57af7e1501d3.tar.bz2 gentoo-2-c0f9dbf691ca8ce58460bc6caaea57af7e1501d3.zip |
make gnome-bluetooth work with bluez-libs-2.7 (#52547)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild index 74056cfb4bd3..0e3b7b324707 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild,v 1.11 2004/06/27 18:54:22 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild,v 1.12 2004/06/27 19:09:12 liquidx Exp $ inherit gnome2 eutils @@ -26,7 +26,7 @@ RDEPEND=">=gnome-base/libgnomeui-2 >=dev-util/gob-2 >=dev-libs/glib-2 >=dev-libs/openobex-1 - >=net-wireless/bluez-libs-2 + || ( >=net-wireless/bluez-libs-2.7 ( <net-wireless/bluez-libs-2.7 net-wireless/bluez-sdp ) ) >=net-wireless/libbtctl-0.3" DEPEND="${RDEPEND} |