diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-06-12 10:20:08 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-06-12 10:20:50 -0400 |
commit | 0d91ca6832027ca0f8271b57509e331402e8649d (patch) | |
tree | 99c851af6a7ad984ff8f8acbbb46d9004280759d /net-wireless/ubertooth/ubertooth-9999.ebuild | |
parent | dev-python/ujson: Port to py3.9, fix tests (diff) | |
download | gentoo-0d91ca6832027ca0f8271b57509e331402e8649d.tar.gz gentoo-0d91ca6832027ca0f8271b57509e331402e8649d.tar.bz2 gentoo-0d91ca6832027ca0f8271b57509e331402e8649d.zip |
net-wireless/ubertooth: fix bug #706598
thanks to Jonas Stein
https://github.com/greatscottgadgets/ubertooth/issues/408
https://github.com/greatscottgadgets/ubertooth/pull/409
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/ubertooth/ubertooth-9999.ebuild')
-rw-r--r-- | net-wireless/ubertooth/ubertooth-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild index 845ee09d3793..4a9603a7e8d4 100644 --- a/net-wireless/ubertooth/ubertooth-9999.ebuild +++ b/net-wireless/ubertooth/ubertooth-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit cmake-utils udev +inherit cmake udev HOMEPAGE="http://ubertooth.sourceforge.net/" @@ -47,11 +47,11 @@ src_configure() { -DUDEV_RULES_PATH="$(get_udevdir)/rules.d" ) fi - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install insinto /usr/share/${PN} pushd "${WORKDIR}/${PN}-${MY_PV}" || die |