diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-07 00:11:16 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-07 00:11:16 +0000 |
commit | 1b2360e7bab42e4045232887cb4f6c4a24ca3975 (patch) | |
tree | 6a5a60c4c59058ef39895ea69fb8e98eaa49aed8 /eclass | |
parent | 22eaa60297c2dbc92dd1658fb7d8e46878552755 (diff) |
gentoo auto-resync : 07:02:2025 - 00:11:15
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 40194 -> 40195 bytes | |||
-rw-r--r-- | eclass/toolchain.eclass | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 7d9d5b41e39f..c4c7cf41f18c 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index fb8ebedd9de3..f203e32a0450 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2972,7 +2972,7 @@ toolchain_pkg_postrm() { return 0 else # Removed the last GCC installed (bug #906040) - if ! has_version "sys-devel/gcc" && has_version "sys-devel/clang" ; then + if ! has_version "sys-devel/gcc" && has_version "llvm-core/clang" ; then einfo "Last GCC version removed. Cleaning up ${EROOT}/etc/clang/gentoo-gcc-install.cfg." echo > "${EROOT}"/etc/clang/gentoo-gcc-install.cfg fi |