Thanks to hasufell for spotting this issue.
Package-Manager: portage-2.2.20.1
"
pkg_setup() {
- use python && [[ ${MERGE_TYPE} == binary ]] && python_setup
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
}
src_configure() {
"
pkg_setup() {
- use python && [[ ${MERGE_TYPE} == binary ]] && python_setup
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
}
src_configure() {
"
pkg_setup() {
- use python && [[ ${MERGE_TYPE} == binary ]] && python_setup
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
}
src_configure() {