serialDV: cmake-utils->cmake

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-08-03 13:41:51 -04:00
parent af9cb6bd98
commit 006e716879
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,9 +1,9 @@
# Copyright 2020 Gentoo Authors # Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit cmake-utils inherit cmake
DESCRIPTION="C++ library to encode/decode audio with AMBE3000" DESCRIPTION="C++ library to encode/decode audio with AMBE3000"
HOMEPAGE="https://github.com/f4exb/serialDV" HOMEPAGE="https://github.com/f4exb/serialDV"