• [gentoo-dev] [PATCH 4/6] scons-utils.eclass: Update documentation

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Fri Oct 28 20:00:02 2022
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    ---
    eclass/scons-utils.eclass | 7 ++++---
    1 file 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 reque