From d5145a3ee7d9dce1546b7fd92b9d2715c3992dc1 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 30 Oct 2023 07:11:42 +0000 Subject: [PATCH] eclass/cmake: Sync with Gentoo It's from Gentoo commit bca9c5de6eca0699684850600f3725eb131dfd65. --- .../src/third_party/portage-stable/eclass/cmake.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/cmake.eclass b/sdk_container/src/third_party/portage-stable/eclass/cmake.eclass index bbab6a8af1..10749e9a2f 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/cmake.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/cmake.eclass @@ -364,7 +364,7 @@ cmake_src_prepare() { if [[ ${EAPI} == 7 ]]; then pushd "${S}" > /dev/null || die # workaround from cmake-utils # in EAPI-8, we use current working directory instead, bug #704524 - # esp. test with 'special' pkgs like: app-arch/brotli, media-gfx/gmic, net-libs/quiche + # esp. test with 'special' pkgs like: app-arch/brotli, net-libs/quiche fi _cmake_check_build_dir