From f0ea5a4c95ae8137a86cccf4efecdf97a8ef8013 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 3 Aug 2022 13:26:56 -0400 Subject: [PATCH] portapack-firmware: cmake-utils->cmake, live doesn't build right now --- .../portapack-firmware/portapack-firmware-99999999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/portapack-firmware/portapack-firmware-99999999.ebuild b/net-wireless/portapack-firmware/portapack-firmware-99999999.ebuild index 0aac9a5a0..9ab5ade0f 100644 --- a/net-wireless/portapack-firmware/portapack-firmware-99999999.ebuild +++ b/net-wireless/portapack-firmware/portapack-firmware-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Portability Add-On for the HackRF Software-Defined Radio" HOMEPAGE="https://github.com/sharebrained/portapack-hackrf/" @@ -12,7 +12,7 @@ IUSE="" if [ "${PV}" == "99999999" ]; then DEPEND="sys-devel/gcc-arm-none-eabi" - inherit git-r3 cmake-utils + inherit git-r3 cmake EGIT_REPO_URI="https://github.com/sharebrained/portapack-hackrf.git" KEYWORDS="" else @@ -27,7 +27,7 @@ src_configure() { #strip-flags #filter-flags "-march=*" "-mtune=*" unset CFLAGS CPPFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS - cmake-utils_src_configure + cmake_src_configure else true fi