commit: 59e6018382b70e19fe6526030fe525f414e81b5d Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org> AuthorDate: Sat Oct 24 14:37:29 2015 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Mon Oct 26 17:40:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e60183
net-wireless/bluez: add btmgmt (future replacement for hcitool) Package-Manager: portage-2.2.23 net-wireless/bluez/{bluez-5.35-r1.ebuild => bluez-5.35-r2.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-wireless/bluez/bluez-5.35-r1.ebuild b/net-wireless/bluez/bluez-5.35-r2.ebuild similarity index 98% rename from net-wireless/bluez/bluez-5.35-r1.ebuild rename to net-wireless/bluez/bluez-5.35-r2.ebuild index d23e5cd..3cfc2d0 100644 --- a/net-wireless/bluez/bluez-5.35-r1.ebuild +++ b/net-wireless/bluez/bluez-5.35-r2.ebuild @@ -161,7 +161,10 @@ multilib_src_install() { # http://permalink.gmane.org/gmane.linux.bluez.kernel/53115 # http://comments.gmane.org/gmane.linux.bluez.kernel/54564 # gatttool is only built with readline, bug #530776 - use readline && dobin attrib/gatttool + if use readline; then + dobin attrib/gatttool + dobin tools/btmgmt + fi dobin tools/hex2hcd # Unittests are not that useful once installed, so make them optional