hackrf-firmware: cmake-utils->cmake

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-08-03 12:26:40 -04:00
parent 5ee9856ac5
commit e1bdd647a9
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit cmake-utils flag-o-matic
inherit cmake flag-o-matic
DESCRIPTION="Hardware designs and software for HackRF"
HOMEPAGE="http://greatscottgadgets.com/hackrf/"
@ -30,11 +30,11 @@ RDEPEND="${DEPEND}
src_configure() {
strip-flags
filter-flags "-march=*" "-mtune=*"
cmake-utils_src_configure
cmake_src_configure
}
src_compile() {
V=s cmake-utils_src_compile
V=s cmake_src_compile
}
src_install() {