diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-16 20:37:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-16 20:37:03 +0000 |
commit | 8de58886cf0bc346095442d663ec86fc2b4509eb (patch) | |
tree | 694f1b44d7c489fac53f228f49206ab1af3d90b9 /net-wireless/libbtctl | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-8de58886cf0bc346095442d663ec86fc2b4509eb.tar.gz gentoo-2-8de58886cf0bc346095442d663ec86fc2b4509eb.tar.bz2 gentoo-2-8de58886cf0bc346095442d663ec86fc2b4509eb.zip |
fix missing libsdp problem for 0.3
Diffstat (limited to 'net-wireless/libbtctl')
-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 4f1a79f3974c..44a0750d9351 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.13 2004/10/16 17:46:50 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/ChangeLog,v 1.14 2004/10/16 20:37:03 liquidx Exp $ + + 16 Oct 2004; Alastair Tse <liquidx@gentoo.org> libbtctl-0.3.ebuild: + fix missing libsdp 16 Oct 2004; Alastair Tse <liquidx@gentoo.org> libbtctl-0.3.ebuild: fix questionable || dep on bluez<>2.7 diff --git a/net-wireless/libbtctl/libbtctl-0.3.ebuild b/net-wireless/libbtctl/libbtctl-0.3.ebuild index 5a1ed3adf3f9..43e0b3317000 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.11 2004/10/16 17:45:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.3.ebuild,v 1.12 2004/10/16 20:37:03 liquidx Exp $ inherit gnome2 @@ -26,7 +26,7 @@ DOCS="README NEWS ChangeLog AUTHORS COPYING" src_unpack() { unpack ${A} - sed -i -e 's/-lsdp/-lsdp -lbluetooth/' ${S}/bluez-sdp.m4 + sed -i -e 's/-lsdp/-lbluetooth/' ${S}/bluez-sdp.m4 cd ${S} cat bluez-sdp.m4 bluez-libs.m4 >acinclude.m4 aclocal; autoconf |