summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-23 13:46:22 +0000
committerSam James <sam@gentoo.org>2024-03-23 14:48:42 +0000
commitdf5debfbe8308f07f426d6a8a2230bb6b9107d30 (patch)
tree2f3337db4b93d9e790f42826edcf872c10f1c2fa
parentsci-mathematics/z3: Remove old (diff)
downloadgentoo-df5debfbe8308f07f426d6a8a2230bb6b9107d30.tar.gz
gentoo-df5debfbe8308f07f426d6a8a2230bb6b9107d30.tar.bz2
gentoo-df5debfbe8308f07f426d6a8a2230bb6b9107d30.zip
toolchain.eclass: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index e962c8181693..f59b8d61f6f5 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1886,7 +1886,7 @@ toolchain_src_install() {
# See https://gcc.gnu.org/onlinedocs/gcc-11.3.0/jit/internals/index.html#packaging-notes
# and bug #843341.
#
- # Both of the non-JIT and JIT builds are configured to install to $(DESTDIR)
+ # Both of the non-JIT and JIT builds are configured to install to $(DESTDIR)
# Install the configuration with --enable-host-shared first
# *then* the one without, so that the faster build
# of "cc1" et al overwrites the slower build.