Files
gentoo/dev-python/pyqt6
Ionen Wolkens 19ca2e96ee dev-python/pyqt6: add missing INT128 check for bluetooth
qtconnectivity only defines this function when the compiler does not
define __SIZEOF_INT128__ (seems like a fallback), this may possibly
happen in generic Qt builds but that seems unlikely for our builds.

Just a quickfix, may not be correct but is better failling due to a
missing symbol.

Closes: https://bugs.gentoo.org/980692
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2026-08-10 21:05:51 -04:00
..