From 1b2360e7bab42e4045232887cb4f6c4a24ca3975 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 7 Feb 2025 00:11:16 +0000 Subject: gentoo auto-resync : 07:02:2025 - 00:11:15 --- eclass/Manifest.gz | Bin 40194 -> 40195 bytes eclass/toolchain.eclass | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 7d9d5b41e39f..c4c7cf41f18c 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz 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 -- cgit v1.2.3