diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-28 10:38:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-15 17:34:04 +0100 |
commit | 33107e4d088e5d12206a46e5ac36555783797c44 (patch) | |
tree | d370ace1b0f68ab59686d89607d656fd6734e473 /eclass | |
parent | scons-utils.eclass: Enable EAPI 8 support (diff) | |
download | gentoo-33107e4d088e5d12206a46e5ac36555783797c44.tar.gz gentoo-33107e4d088e5d12206a46e5ac36555783797c44.tar.bz2 gentoo-33107e4d088e5d12206a46e5ac36555783797c44.zip |
scons-utils.eclass: Update documentation
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/scons-utils.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass index 212b29e089e8..b8e3332a1263 100644 --- a/eclass/scons-utils.eclass +++ b/eclass/scons-utils.eclass @@ -16,12 +16,13 @@ # and use appropriate Python suite eclass to select the implementation. # The eclass needs to be inherited before scons-utils, and scons-utils # will automatically take advantage of it. For more details, please see: -# https://wiki.gentoo.org/wiki/Project:Python/scons-utils_integration +# https://projects.gentoo.org/python/guide/buildsys.html#scons # # Please note that SCons is more like a 'build system creation kit', # and requires a lot of upstream customization to be used sanely. -# You will often need to request fixes upstream and/or patch the build -# system. In particular: +# We attempt to force sane behavior via custom patching but this is not +# guaranteed to work. You will sometimes need to request fixes upstream +# and/or patch the build system. In particular, normally: # # 1. There are no 'standard' variables. To respect CC, CXX, CFLAGS, # CXXFLAGS, CPPFLAGS, LDFLAGS, upstream needs to define appropriate |