From 5b997dd1baca3e37426216651f25159c47c735dc Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Tue, 30 Mar 2021 16:23:55 -0400 Subject: net-libs/libhackrf: modernize ebuild Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Rick Farina --- net-libs/libhackrf/libhackrf-2021.03.1.ebuild | 6 +++--- net-libs/libhackrf/libhackrf-9999.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net-libs/libhackrf') 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() { -- cgit v1.2.3-65-gdbad