https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/ssh2-python-0.26.0 does not respect CFLAGS. Discovered on: amd64 (internal ref: tinderbox) NOTE: To reproduce this issue you may want to add "-frecord-gcc-switches" to CFLAGS/CXXFLAGS/FFLAGS/FCFLAGS. If this is not something about c/c++ context see this bug as an hint to hide the QA warning (with QA_FLAGS_IGNORED) where is not possible to respect CFLAGS.
Created attachment 724951 [details] build.log build log and emerge --info
Fixable by removing all references to _comp_args in setup.py In src_prepare: sed -e '/_comp_args/d' -i setup.py || die
Masked for removal.