diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-09-17 13:11:41 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-01 08:15:41 +0100 |
commit | 266937413dc4d234073f4cbc314c86cd22b913c5 (patch) | |
tree | 2f82f17612d0e2e516f86ee9bd43cad6450865f4 /eclass | |
parent | dev-python/tpm2-pytss: drop 2.1.0 (diff) | |
download | gentoo-266937413dc4d234073f4cbc314c86cd22b913c5.tar.gz gentoo-266937413dc4d234073f4cbc314c86cd22b913c5.tar.bz2 gentoo-266937413dc4d234073f4cbc314c86cd22b913c5.zip |
toolchain-funcs.eclass: Remove outdated reference to tc-has-openmp
tc-has-openmp function was deprecated in commit 9bc832c6d39b
("toolchain-funcs.eclass: deprecate tc-has-openmp") and later removed in
commit eb970274d283 ("toolchain-funcs.eclass: remove tc-has-openmp").
Due to this, the reference to it in the tc-check-openmp function has
become redundant and is therefore removed.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/32903
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-funcs.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 556bbac35307..8398ee004a7d 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -576,9 +576,7 @@ _tc-has-openmp() { # @DESCRIPTION: # Test for OpenMP support with the current compiler and error out with # a clear error message, telling the user how to rectify the missing -# OpenMP support that has been requested by the ebuild. Using this function -# to test for OpenMP support should be preferred over tc-has-openmp and -# printing a custom message, as it presents a uniform interface to the user. +# OpenMP support that has been requested by the ebuild. # # You should test for any necessary OpenMP support in pkg_pretend in order to # warn the user of required toolchain changes. You must still check for OpenMP |