diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-03-30 16:23:55 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-03-30 16:23:55 -0400 |
commit | 5b997dd1baca3e37426216651f25159c47c735dc (patch) | |
tree | ce4e5638cd16d422ac93a8b5b72a3b85e6d702a8 /net-libs/libhackrf | |
parent | net-wireless/ubertooth: drop old (diff) | |
download | gentoo-5b997dd1baca3e37426216651f25159c47c735dc.tar.gz gentoo-5b997dd1baca3e37426216651f25159c47c735dc.tar.bz2 gentoo-5b997dd1baca3e37426216651f25159c47c735dc.zip |
net-libs/libhackrf: modernize ebuild
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-libs/libhackrf')
-rw-r--r-- | net-libs/libhackrf/libhackrf-2021.03.1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libhackrf/libhackrf-9999.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-libs/libhackrf/libhackrf-2021.03.1.ebuild b/net-libs/libhackrf/libhackrf-2021.03.1.ebuild index c5c30e59473a..fd72ef016bea 100644 --- a/net-libs/libhackrf/libhackrf-2021.03.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2021.03.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils udev +inherit cmake udev DESCRIPTION="library for communicating with HackRF SDR platform" HOMEPAGE="http://greatscottgadgets.com/hackrf/" @@ -36,7 +36,7 @@ src_configure() { -DUDEV_RULES_PATH="$(get_udevdir)/rules.d" ) fi - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild index 06468417d0d7..fd72ef016bea 100644 --- a/net-libs/libhackrf/libhackrf-9999.ebuild +++ b/net-libs/libhackrf/libhackrf-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils udev +inherit cmake udev DESCRIPTION="library for communicating with HackRF SDR platform" HOMEPAGE="http://greatscottgadgets.com/hackrf/" @@ -36,7 +36,7 @@ src_configure() { -DUDEV_RULES_PATH="$(get_udevdir)/rules.d" ) fi - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { |