commit: 6c4dab36feb9f5a0d89a2af1d40a9eadff67b483 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Jun 14 19:57:36 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Jun 14 20:29:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4dab36
dev-cpp/ms-gsl: sync eclass ebuild changes to live ebuild Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-cpp/ms-gsl/ms-gsl-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild index 3c5a14efe71..d7f19d2bb29 100644 --- a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild +++ b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils git-r3 +inherit cmake git-r3 DESCRIPTION="Guideline Support Library implementation by Microsoft" HOMEPAGE="https://github.com/Microsoft/GSL" @@ -29,5 +29,5 @@ src_configure() { local mycmakeargs=( -DGSL_TEST=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure }
