From fa7eb5b9389c9767e78794ad63966cdd4be052c8 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 11 Sep 2023 07:18:44 -0400 Subject: cmake.eclass: remove USER_VARIABLE from CMAKE_SKIP_TESTS This is an array, and users cannot even set arrays through the environment. Must have been a copy/paste oversight (skipping ML review). Signed-off-by: Ionen Wolkens Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 1 - 1 file changed, 1 deletion(-) (limited to 'eclass/cmake.eclass') diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index ad647ab7d49..cc4af463f8c 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -126,7 +126,6 @@ fi # the ebuild. Helps in improving QA of build systems that write to source tree. # @ECLASS_VARIABLE: CMAKE_SKIP_TESTS -# @USER_VARIABLE # @DEFAULT_UNSET # @DESCRIPTION: # Array of tests that should be skipped when running CTest. -- cgit v1.2.3