dev-libs/aws-c-event-stream: Switch to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Jan 2020 13:08:15 +0000 (14:08 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Jan 2020 13:13:28 +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-event-stream/aws-c-event-stream-0.1.3.ebuild

index b33495cc06cabd0320609a9daceb18edd953ad50..8102c997b7c806eb0e506e98d7849900cf5d8d12 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="C99 implementation of the vnd.amazon.eventstream content-type"
 HOMEPAGE="https://github.com/awslabs/aws-c-event-stream"
@@ -29,5 +29,5 @@ src_configure() {
        local mycmakeargs=(
                -DBUILD_TESTING=$(usex test)
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }