diff options
author | 2023-10-26 01:39:43 +0100 | |
---|---|---|
committer | 2023-10-26 01:39:43 +0100 | |
commit | bca9c5de6eca0699684850600f3725eb131dfd65 (patch) | |
tree | 69063efc6490200c1c0600a773a773fc6803394b /eclass/cmake.eclass | |
parent | media-gfx/gmic: add 3.3.1 (diff) | |
download | gentoo-bca9c5de6eca0699684850600f3725eb131dfd65.tar.gz gentoo-bca9c5de6eca0699684850600f3725eb131dfd65.tar.bz2 gentoo-bca9c5de6eca0699684850600f3725eb131dfd65.zip |
cmake.eclass: do not mention media-gfx/gmic in comments, it no longer uses CMake
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'eclass/cmake.eclass')
-rw-r--r-- | eclass/cmake.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |