dev-cpp/antlr-cpp: migrated from cmake-utils to cmake in 4.7.2

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2021-03-10 12:04:24 +01:00
parent ec73018be1
commit d378d3a2af

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit cmake-utils
inherit cmake
DESCRIPTION="The ANTLR 4 C++ Runtime"
HOMEPAGE="https://www.antlr.org/"
@@ -23,5 +23,5 @@ src_prepare() {
sed -i -e "s#share/doc/libantlr4#share/doc/${P}#g" \
"${S}"/CMakeLists.txt || die "failed sed"
cmake-utils_src_prepare
cmake_src_prepare
}