• [gentoo-dev] [PATCH 2/2] python-utils-r1.eclass: unconditionally warn o

    From Eli Schwartz@21:1/5 to All on Tue Sep 12 21:20:01 2023
    If the current directory masks packages that would be installed and
    contains different contents, it can cause testing issues that otherwise
    go unnoticed. This warning can stop being experimental and opt-in

    Suggested-by: Michał Górny <mgorny@gentoo.org>
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    ---
    eclass/python-utils-r1.eclass | 4 ----
    1 file changed, 4 deletions(-)

    diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index bd30c1203180..50aeabae1c17 100644
    --- a/eclass/python-utils-r1.eclass
    +++ b/eclass/python-utils-r1.eclass
    @@ -1242,10 +1242,6 @@ _python_check_EPYTHON() {
    _python_check_occluded_packages() {
    debug-print-function ${FUNCNAME} "${@}"

    - # DO NOT ENABLE THIS unless you're going to check for false
    - # positives before filing bugs.
    - [[ ! ${PYTHON_EXPERIMENTAL_QA} ]] && return
    -
    [[ -z ${BUILD_DIR} || ! -d ${BUILD_DIR}/install ]] && return

    local sitedir="${BUILD_DIR}/install$(python_get_sitedir)"
    --
    2.41.0

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)