From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A053F13888F for ; Tue, 27 Oct 2015 19:04:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E898BE07F7; Tue, 27 Oct 2015 19:04:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95F92E07F7 for ; Tue, 27 Oct 2015 19:04:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5650434092D for ; Tue, 27 Oct 2015 19:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F59AE07 for ; Tue, 27 Oct 2015 19:04:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1445972640.e8f0c95d65933b7cfae51a4b4336e1ad459916fe.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/bluez/bluez-5.35-r1.ebuild net-wireless/bluez/bluez-5.35-r2.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e8f0c95d65933b7cfae51a4b4336e1ad459916fe X-VCS-Branch: master Date: Tue, 27 Oct 2015 19:04:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 627469d0-4aa3-443f-bf84-fbc7fb66db81 X-Archives-Hash: d72404aa8631659d8573edc5cd00b9a8 commit: e8f0c95d65933b7cfae51a4b4336e1ad459916fe Author: Pacho Ramos gentoo org> AuthorDate: Tue Oct 27 19:03:10 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Oct 27 19:04:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f0c95d 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. net-wireless/bluez/{bluez-5.35-r2.ebuild => bluez-5.35-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-wireless/bluez/bluez-5.35-r2.ebuild b/net-wireless/bluez/bluez-5.35-r1.ebuild similarity index 98% rename from net-wireless/bluez/bluez-5.35-r2.ebuild rename to net-wireless/bluez/bluez-5.35-r1.ebuild index 3cfc2d0..d23e5cd 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