diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-20 19:08:44 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-20 19:08:44 +0100 |
commit | 6b89cba67f554b60d139fd07623aef5cc724ec91 (patch) | |
tree | 876c06b4840a2ed6bff1771d124049d9bfff55b1 /eclass | |
parent | 30114ae8ef07a32fea1e44a10b61f98c84142645 (diff) |
gentoo auto-resync : 20:07:2023 - 19:08:44
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 38317 -> 38321 bytes | |||
-rw-r--r-- | eclass/toolchain.eclass | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex b4eb60667392..0b4f4bd6f44e 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index ed6692ca8dea..52baf429a58c 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1304,6 +1304,7 @@ toolchain_src_configure() { ) fi + # TODO: Ignore RCs here (but TOOLCHAIN_IS_RC isn't yet an eclass var) if [[ ${PV} == *_p* && -f "${S}"/gcc/doc/gcc.info ]] ; then # Safeguard against https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106899 being fixed # without corresponding ebuild changes. |