From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF144138334 for ; Sun, 29 Sep 2019 11:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2CE4E08A6; Sun, 29 Sep 2019 11:01:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2F4CE08A6 for ; Sun, 29 Sep 2019 11:01:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A49CD34B6CB for ; Sun, 29 Sep 2019 11:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CAF17FF for ; Sun, 29 Sep 2019 11:01:03 +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: <1569754834.00004c1465141adf9b12c69addcabd8ec43a8af1.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.51.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 00004c1465141adf9b12c69addcabd8ec43a8af1 X-VCS-Branch: master Date: Sun, 29 Sep 2019 11:01:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cef8571-c64e-4154-bc94-0037ffd224b3 X-Archives-Hash: 4dfc16f9c9d47464243bdcc100fe07eb commit: 00004c1465141adf9b12c69addcabd8ec43a8af1 Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 29 11:00:34 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 29 11:00:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00004c14 net-wireless/bluez: Make repoman more happy Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> net-wireless/bluez/bluez-5.51.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/bluez/bluez-5.51.ebuild b/net-wireless/bluez/bluez-5.51.ebuild index b777edab5bc..d0143d9e574 100644 --- a/net-wireless/bluez/bluez-5.51.ebuild +++ b/net-wireless/bluez/bluez-5.51.ebuild @@ -210,7 +210,7 @@ multilib_src_install() { rm "${ED}"/usr/$(get_libdir)/bluez/test/example-gatt-client || die rm "${ED}"/usr/$(get_libdir)/bluez/test/agent.py || die rm "${ED}"/usr/$(get_libdir)/bluez/test/test-mesh || die - + python_fix_shebang "${ED}"/usr/$(get_libdir)/bluez/test for i in $(find "${ED}"/usr/$(get_libdir)/bluez/test -maxdepth 1 -type f ! -name "*.*"); do @@ -273,7 +273,7 @@ multilib_src_install_all() { udev_dorules "${FILESDIR}/69-btattach-bcm.rules" systemd_newunit "${FILESDIR}/btattach-bcm_at.service" "btattach-bcm@.service" exeinto /usr/libexec/bluetooth - doexe "${FILESDIR}/btattach-bcm-service.sh" + doexe "${FILESDIR}/btattach-bcm-service.sh" } pkg_postinst() {