summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-10-27 20:03:10 +0100
committerPacho Ramos <pacho@gentoo.org>2015-10-27 20:04:00 +0100
commite8f0c95d65933b7cfae51a4b4336e1ad459916fe (patch)
tree187ead79bae907c949db2304aa73775b707d130f /net-wireless
parentdev-lips/sbcl: fix broken pax_kernel deps #557212 (diff)
downloadgentoo-e8f0c95d65933b7cfae51a4b4336e1ad459916fe.tar.gz
gentoo-e8f0c95d65933b7cfae51a4b4336e1ad459916fe.tar.bz2
gentoo-e8f0c95d65933b7cfae51a4b4336e1ad459916fe.zip
net-wireless/bluez: Revert "net-wireless/bluez: add btmgmt (future replacement for hcitool)"
as explained in https://github.com/gentoo/gentoo/pull/132 This reverts commit 59e6018382b70e19fe6526030fe525f414e81b5d.
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/bluez/bluez-5.35-r1.ebuild (renamed from net-wireless/bluez/bluez-5.35-r2.ebuild)5
1 files changed, 1 insertions, 4 deletions
diff --git a/net-wireless/bluez/bluez-5.35-r2.ebuild b/net-wireless/bluez/bluez-5.35-r1.ebuild
index 3cfc2d000dfa..d23e5cd7e760 100644
--- a/net-wireless/bluez/bluez-5.35-r2.ebuild
+++ b/net-wireless/bluez/bluez-5.35-r1.ebuild
@@ -161,10 +161,7 @@ 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
- if use readline; then
- dobin attrib/gatttool
- dobin tools/btmgmt
- fi
+ use readline && dobin attrib/gatttool
dobin tools/hex2hcd
# Unittests are not that useful once installed, so make them optional