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@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-12-05 21:42:09 +01:00
parent f4abc27b50
commit b756afa68b
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -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)