Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 303037
Collapse All | Expand All

(-)python-updater (-1 / +1 lines)
Lines 460-466 Link Here
460
    environment_file="${content/CONTENTS/environment.bz2}"
460
    environment_file="${content/CONTENTS/environment.bz2}"
461
461
462
    # Extract some variables. PYTHON_ABIS and PYTHON_REQUESTED_ACTIVE_VERSION are optional.
462
    # Extract some variables. PYTHON_ABIS and PYTHON_REQUESTED_ACTIVE_VERSION are optional.
463
    get_vdb_variable PVR "${environment_file}" || die "PVR missing"
463
    get_vdb_variable PVR "${environment_file}" || die "PVR missing in ${environment_file}"
464
    get_vdb_variable PYTHON_ABIS "${environment_file}"
464
    get_vdb_variable PYTHON_ABIS "${environment_file}"
465
    get_vdb_variable PYTHON_REQUESTED_ACTIVE_VERSION "${environment_file}"
465
    get_vdb_variable PYTHON_REQUESTED_ACTIVE_VERSION "${environment_file}"
466
466

Return to bug 303037