From f5d267d4c1b941e6dc415c9717c7810a570688d7 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Tue, 3 Aug 2021 04:08:30 +0200 Subject: 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 --- dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-python/PyQt5') diff --git a/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild b/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild index 066dbb5dc3d9..7d1bf6e760cb 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 -- cgit v1.2.3