summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-07 00:11:16 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-07 00:11:16 +0000
commit1b2360e7bab42e4045232887cb4f6c4a24ca3975 (patch)
tree6a5a60c4c59058ef39895ea69fb8e98eaa49aed8 /eclass
parent22eaa60297c2dbc92dd1658fb7d8e46878552755 (diff)
gentoo auto-resync : 07:02:2025 - 00:11:15
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin40194 -> 40195 bytes
-rw-r--r--eclass/toolchain.eclass2
2 files changed, 1 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 7d9d5b41e39f..c4c7cf41f18c 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
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