diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-06-27 19:07:32 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-06-27 19:07:32 +0000 |
commit | aec3d4c0f36cf460472e3d3e367df7f66c341c19 (patch) | |
tree | 3d56767c14002c70f99d3ff8bc6ed62366b3c07b /net-wireless | |
parent | make gnome-bluetooth work with bluez-libs-2.7 (#52547) (Manifest recommit) (diff) | |
download | gentoo-2-aec3d4c0f36cf460472e3d3e367df7f66c341c19.tar.gz gentoo-2-aec3d4c0f36cf460472e3d3e367df7f66c341c19.tar.bz2 gentoo-2-aec3d4c0f36cf460472e3d3e367df7f66c341c19.zip |
make this work for both x86 and ~x86 by creative use of || dependencies
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/libbtctl/ChangeLog | 5 | ||||
-rw-r--r-- | net-wireless/libbtctl/libbtctl-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-wireless/libbtctl/ChangeLog b/net-wireless/libbtctl/ChangeLog index daef27d8920f..0683bf3117fb 100644 --- a/net-wireless/libbtctl/ChangeLog +++ b/net-wireless/libbtctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/libbtctl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/ChangeLog,v 1.8 2004/06/27 18:26:50 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/ChangeLog,v 1.9 2004/06/27 19:07:32 liquidx Exp $ + + 27 Jun 2004; Alastair Tse <liquidx@gentoo.org> libbtctl-0.3.ebuild: + make this work for both x86 and ~x86 by creative use of || dependencies 27 Jun 2004; David Holm <dholm@gentoo.org> libbtctl-0.4.1.ebuild: Added to ~ppc. diff --git a/net-wireless/libbtctl/libbtctl-0.3.ebuild b/net-wireless/libbtctl/libbtctl-0.3.ebuild index 1853d0c78554..243e2f7f7374 100644 --- a/net-wireless/libbtctl/libbtctl-0.3.ebuild +++ b/net-wireless/libbtctl/libbtctl-0.3.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/libbtctl/libbtctl-0.3.ebuild,v 1.9 2004/06/27 18:26:50 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.3.ebuild,v 1.10 2004/06/27 19:07:32 liquidx Exp $ inherit gnome2 @@ -15,7 +15,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2 >=net-wireless/bluez-utils-2 - >=net-wireless/bluez-libs-2" + || ( >=net-wireless/bluez-libs-2.7 ( <net-wireless/bluez-libs-2.7 net-wireless/bluez-sdp ) )" DEPEND="${RDEPEND} dev-util/intltool |