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 | 323096ca3cb597cd0d2a5194d28cc38d24f43793 (patch) | |
tree | ef549b55e7e36f022beaf49e06333a9a368bb832 /net-wireless | |
parent | make this work for both x86 and ~x86 by creative use of || dependencies (diff) | |
download | historical-323096ca3cb597cd0d2a5194d28cc38d24f43793.tar.gz historical-323096ca3cb597cd0d2a5194d28cc38d24f43793.tar.bz2 historical-323096ca3cb597cd0d2a5194d28cc38d24f43793.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} |