Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/
Date: Mon, 26 Oct 2015 17:41:11
Message-Id: 1445881223.59e6018382b70e19fe6526030fe525f414e81b5d.zerochaos@gentoo
1 commit: 59e6018382b70e19fe6526030fe525f414e81b5d
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 24 14:37:29 2015 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 17:40:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e60183
7
8 net-wireless/bluez: add btmgmt (future replacement for hcitool)
9
10 Package-Manager: portage-2.2.23
11
12 net-wireless/bluez/{bluez-5.35-r1.ebuild => bluez-5.35-r2.ebuild} | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/net-wireless/bluez/bluez-5.35-r1.ebuild b/net-wireless/bluez/bluez-5.35-r2.ebuild
16 similarity index 98%
17 rename from net-wireless/bluez/bluez-5.35-r1.ebuild
18 rename to net-wireless/bluez/bluez-5.35-r2.ebuild
19 index d23e5cd..3cfc2d0 100644
20 --- a/net-wireless/bluez/bluez-5.35-r1.ebuild
21 +++ b/net-wireless/bluez/bluez-5.35-r2.ebuild
22 @@ -161,7 +161,10 @@ multilib_src_install() {
23 # http://permalink.gmane.org/gmane.linux.bluez.kernel/53115
24 # http://comments.gmane.org/gmane.linux.bluez.kernel/54564
25 # gatttool is only built with readline, bug #530776
26 - use readline && dobin attrib/gatttool
27 + if use readline; then
28 + dobin attrib/gatttool
29 + dobin tools/btmgmt
30 + fi
31 dobin tools/hex2hcd
32
33 # Unittests are not that useful once installed, so make them optional