commit:     d378d3a2af7ca08a915eb85b45d33c42eab1b814
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 11:04:24 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 11:04:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d378d3a2

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 <AT> gentoo.org>

 dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild 
b/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild
index 955e60af6ca..9f123f01790 100644
--- a/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild
+++ b/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild
@@ -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
 }

Reply via email to