From 45bab8e3bbd215ab045c6f45fe5f52e3504b6d2f Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 18 Aug 2025 00:45:50 -0400 Subject: [PATCH] dev-qt/qt-creator: disable automagic upx use Not super interesting and seems to have issues, so just disable entirely. If users really must they can compress it themselves. Closes: https://bugs.gentoo.org/961623 Signed-off-by: Ionen Wolkens --- dev-qt/qt-creator/qt-creator-17.0.0.ebuild | 4 +++- dev-qt/qt-creator/qt-creator-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-qt/qt-creator/qt-creator-17.0.0.ebuild b/dev-qt/qt-creator/qt-creator-17.0.0.ebuild index 4be4daaba2889..9fac2c76da5da 100644 --- a/dev-qt/qt-creator/qt-creator-17.0.0.ebuild +++ b/dev-qt/qt-creator/qt-creator-17.0.0.ebuild @@ -199,9 +199,11 @@ src_configure() { -DBUILD_PLUGIN_SERIALTERMINAL=$(usex serialterminal) -DENABLE_SVG_SUPPORT=$(usex svg) - $(usev !cmdbridge-server -DGO_BIN=GO_BIN-NOTFOUND) #945925 -DWITH_QMLDESIGNER=$(usex qmldesigner) + $(usev !cmdbridge-server -DGO_BIN=GO_BIN-NOTFOUND) #945925 + -DUPX_BIN=UPX_BIN-NOTFOUND #961623 + # meant to be in sync with qtbase[journald], but think(?) not worth # handling given qt-creator can use QT_FORCE_STDERR_LOGGING=1 nowadays -Djournald=no diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index f1dd653d08a89..950771b220385 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -198,9 +198,11 @@ src_configure() { -DBUILD_PLUGIN_SERIALTERMINAL=$(usex serialterminal) -DENABLE_SVG_SUPPORT=$(usex svg) - $(usev !cmdbridge-server -DGO_BIN=GO_BIN-NOTFOUND) #945925 -DWITH_QMLDESIGNER=$(usex qmldesigner) + $(usev !cmdbridge-server -DGO_BIN=GO_BIN-NOTFOUND) #945925 + -DUPX_BIN=UPX_BIN-NOTFOUND #961623 + # meant to be in sync with qtbase[journald], but think(?) not worth # handling given qt-creator can use QT_FORCE_STDERR_LOGGING=1 nowadays -Djournald=no