net-libs/libwebsockets: Switch to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Jan 2020 10:54:35 +0000 (11:54 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Jan 2020 12:23:31 +0000 (13:23 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/libwebsockets/libwebsockets-3.2.0.ebuild
net-libs/libwebsockets/libwebsockets-3.2.1.ebuild

index edff1fac3cb44b7a83c7f9217da5df539cc840a3..587991e9177c83fb0b9cadf685f68d81843cebe0 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="A flexible pure-C library for implementing network protocols"
 HOMEPAGE="https://libwebsockets.org/"
@@ -74,5 +74,5 @@ src_configure() {
                -DLWS_WITHOUT_TESTAPPS=ON
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index a32a7abefca1bde297bb4641997054e26087921e..f9284f98884912e643f7315be55472a616e6f3c5 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="A flexible pure-C library for implementing network protocols"
 HOMEPAGE="https://libwebsockets.org/"
@@ -73,5 +73,5 @@ src_configure() {
                -DLWS_WITHOUT_TESTAPPS=ON
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }