summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 17:17:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 18:03:03 +0100
commit4c0566125b9cc2aa94504056aa13b50b35ddfd6d (patch)
tree4011cdd27d45927ac8a3354872fe71b4603f75ce
parentdev-util/cmake: Re-enable CommandLineTar test w/ app-arch/libarchive[zstd] (diff)
downloadgentoo-4c0566125b9cc2aa94504056aa13b50b35ddfd6d.tar.gz
gentoo-4c0566125b9cc2aa94504056aa13b50b35ddfd6d.tar.bz2
gentoo-4c0566125b9cc2aa94504056aa13b50b35ddfd6d.zip
dev-util/cmake: Update CMAKE_MAKEFILE_GENERATOR="emake" comment
Build works, but RunCMake.LinkWhatYouUse test fails consistently w/ ninja. Bug: https://bugs.gentoo.org/596460 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-util/cmake/cmake-3.19.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.19.3.ebuild b/dev-util/cmake/cmake-3.19.3.ebuild
index b8777ecdb8d4..9137d7d9b384 100644
--- a/dev-util/cmake/cmake-3.19.3.ebuild
+++ b/dev-util/cmake/cmake-3.19.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-CMAKE_MAKEFILE_GENERATOR="emake" # TODO: Re-check with 3.19, see commit 491dddfb; bug #596460
+CMAKE_MAKEFILE_GENERATOR="emake" # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja
CMAKE_REMOVE_MODULES_LIST=( none )
inherit bash-completion-r1 cmake elisp-common flag-o-matic multiprocessing \
toolchain-funcs virtualx xdg-utils