portapack-firmware: cmake-utils->cmake, live doesn't build right now

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-08-03 13:26:56 -04:00
parent 3fb7231da0
commit f0ea5a4c95
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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