From: Andreas Sturmlechner Date: Mon, 6 Jan 2020 13:07:45 +0000 (+0100) Subject: dev-libs/aws-c-common: Switch to cmake.eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bf9bd67f3e327072095d390d173ac84be6496b9b;p=gentoo.git dev-libs/aws-c-common: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- 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 f3ee9be44b13..b41fd8dcf442 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 }