diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:46:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:36:03 +0200 |
commit | 6b2f11bc3d50c1c8660fb12c565672c977137f64 (patch) | |
tree | fbb42f29b287f93a5801568a73bfd7ecd1202fd8 /eclass/mozcoreconf-v6.eclass | |
parent | mate.eclass: fix spelling (diff) | |
download | gentoo-6b2f11bc3d50c1c8660fb12c565672c977137f64.tar.gz gentoo-6b2f11bc3d50c1c8660fb12c565672c977137f64.tar.bz2 gentoo-6b2f11bc3d50c1c8660fb12c565672c977137f64.zip |
mozcoreconf-v6.eclass: fix spelling
Thanks to codespell.
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/mozcoreconf-v6.eclass')
-rw-r--r-- | eclass/mozcoreconf-v6.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index ecf1c1f6720a..90d9d9b25b0c 100644 --- a/eclass/mozcoreconf-v6.eclass +++ b/eclass/mozcoreconf-v6.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: mozcoreconf-v6.eclass @@ -82,7 +82,7 @@ moz_pkgsetup() { export HOST_CXX="$(tc-getBUILD_CXX)" tc-export CC CXX LD PKG_CONFIG AR RANLIB - # Ensure that we have a sane build enviroment + # Ensure that we have a sane build environment export MOZILLA_CLIENT=1 export BUILD_OPT=1 export NO_STATIC_LIB=1 |