diff options
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 |