commit: bf9bd67f3e327072095d390d173ac84be6496b9b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 13:07:45 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 13:13:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9bd67f
dev-libs/aws-c-common: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild b/dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild index f3ee9be44b1..b41fd8dcf44 100644 --- a/dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild +++ b/dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Core c99 package for AWS SDK for C" HOMEPAGE="https://github.com/awslabs/aws-c-common" @@ -20,5 +20,5 @@ src_configure() { local mycmakeargs=( -DBUILD_TESTING=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure }
