diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-03-10 12:04:24 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-03-10 12:04:44 +0100 |
commit | d378d3a2af7ca08a915eb85b45d33c42eab1b814 (patch) | |
tree | bf0ac4dde2d7bc068372b384ba7ed0332b653690 /dev-cpp/antlr-cpp | |
parent | dev-cpp/antlr-cpp: depend on app-arch/unzip (diff) | |
download | gentoo-d378d3a2af7ca08a915eb85b45d33c42eab1b814.tar.gz gentoo-d378d3a2af7ca08a915eb85b45d33c42eab1b814.tar.bz2 gentoo-d378d3a2af7ca08a915eb85b45d33c42eab1b814.zip |
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>
Diffstat (limited to 'dev-cpp/antlr-cpp')
-rw-r--r-- | dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild | 4 |
1 files 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 955e60af6cad..9f123f017901 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 } |