commit:     f5d267d4c1b941e6dc415c9717c7810a570688d7
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 02:08:30 2021 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 02:09:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d267d4

dev-python/PyQt5: enable the Qt, pylupdate, and pyrcc modules

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild 
b/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild
index 066dbb5dc3d..7d1bf6e760c 100644
--- a/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild
@@ -127,9 +127,9 @@ src_configure() {
                        --qmake="$(qt5_get_bindir)"/qmake
                        --no-make
                        $(usev debug '--debug --qml-debug --tracing')
-                       --enable=QtCore
-                       --enable=QtXml
+                       --enable=Qt
                        $(pyqt_use_enable bluetooth)
+                       --enable=QtCore
                        $(pyqt_use_enable dbus QtDBus)
                        $(usex dbus '' --no-dbus-python)
                        $(pyqt_use_enable declarative QtQml QtQuick $(usev 
widgets QtQuickWidgets))
@@ -155,7 +155,10 @@ src_configure() {
                        $(pyqt_use_enable websockets QtWebSockets)
                        $(pyqt_use_enable widgets)
                        $(pyqt_use_enable x11extras QtX11Extras)
+                       --enable=QtXml
                        $(pyqt_use_enable xmlpatterns QtXmlPatterns)
+                       --enable=pylupdate
+                       --enable=pyrcc
                )
                echo "${myconf[@]}"
                "${myconf[@]}" || die

Reply via email to