commit:     45bab8e3bbd215ab045c6f45fe5f52e3504b6d2f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 04:45:50 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 04:49:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45bab8e3

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 <ionen <AT> gentoo.org>

 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 4be4daaba288..9fac2c76da5d 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 f1dd653d08a8..950771b22038 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

Reply via email to