commit: b756afa68b219ec9f47680ce01d645e1f7b9a969 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Dec 5 20:42:09 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Dec 5 20:42:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b756afa6
dev-python/pyqt5: Fix cmake args after IUSE serialport removal Closes: https://bugs.gentoo.org/967130 Closes: https://bugs.gentoo.org/967131 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-python/pyqt5/pyqt5-5.15.11.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/pyqt5/pyqt5-5.15.11.ebuild b/dev-python/pyqt5/pyqt5-5.15.11.ebuild index af373d8adc1c..cf2f79b75525 100644 --- a/dev-python/pyqt5/pyqt5-5.15.11.ebuild +++ b/dev-python/pyqt5/pyqt5-5.15.11.ebuild @@ -124,7 +124,6 @@ python_configure_all() { $(pyqt_use_enable network QtNetwork) $(pyqt_use_enable opengl QtOpenGL) $(pyqt_use_enable printsupport QtPrintSupport) - $(pyqt_use_enable serialport ) $(pyqt_use_enable speech QtTextToSpeech) $(pyqt_use_enable sql QtSql) $(pyqt_use_enable svg QtSvg)
