commit: bca9c5de6eca0699684850600f3725eb131dfd65
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 00:39:43 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 00:39:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca9c5de
cmake.eclass: do not mention media-gfx/gmic in comments, it no longer uses CMake
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
eclass/cmake.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index bbab6a8af1ff..10749e9a2f31 100644
--- a/eclass/cmake.eclass
+++ b/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