From 31e21551da418ddc7a177c7c869070e9acca817c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 3 Jan 2020 21:01:46 +0100 Subject: */*: Switch candrews' packages to cmake.eclass Signed-off-by: Andreas Sturmlechner --- net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild | 5 +++-- net-libs/ngtcp2/ngtcp2-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'net-libs/ngtcp2') diff --git a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild index 044390610304..b5cafbd8d8df 100644 --- a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild +++ b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib if [[ ${PV} == 9999 ]] ; then @@ -35,9 +36,9 @@ multilib_src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_Libnghttp3=ON -DCMAKE_DISABLE_FIND_PACKAGE_CUnit=$(usex !test) ) - cmake-utils_src_configure + cmake_src_configure } multilib_src_test() { - cmake-utils_src_make check + cmake_build check } diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild index 43db6bf28c55..8031a8e7028a 100644 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib if [[ ${PV} == 9999 ]] ; then @@ -33,9 +34,9 @@ multilib_src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_Libnghttp3=ON -DCMAKE_DISABLE_FIND_PACKAGE_CUnit=$(usex !test) ) - cmake-utils_src_configure + cmake_src_configure } multilib_src_test() { - cmake-utils_src_make check + cmake_build check } -- cgit v1.2.3-65-gdbad