dev-libs/aws-c-common: Switch to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Jan 2020 13:07:45 +0000 (14:07 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Jan 2020 13:13:27 +0000 (14:13 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-libs/aws-c-common/aws-c-common-0.4.11.ebuild

index f3ee9be44b13980dee8b3a00afc4a2b8cc55a1e7..b41fd8dcf4425c6d6c7f80e95644103a0a744ccc 100644 (file)
@@ -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
 }