commit: d290e5241608227bd1e84faa5c6d219ad6234440
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 07:18:05 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 12:00:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d290e524
dev-qt/qt-creator: fix GOFLAGS usage
This was copied from kitty's ebuild where this was set in
src_compile, so local was fine. Not worth a revbump, the
go-built part is very unimportant and is disabled by default.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild | 2 +-
dev-qt/qt-creator/qt-creator-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild
b/dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild
index 1e47f995104b..7bdeffec0681 100644
--- a/dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild
+++ b/dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild
@@ -141,7 +141,7 @@ src_configure() {
if use cmdbridge-server; then
go-env_set_compile_environment
- local -x GOFLAGS="-p=$(makeopts_jobs) -v -x -buildvcs=false
-buildmode=pie"
+ export GOFLAGS="-p=$(makeopts_jobs) -v -x -buildvcs=false
-buildmode=pie"
fi
# -Werror=lto-type-mismatch issues, needs looking into
diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild
b/dev-qt/qt-creator/qt-creator-9999.ebuild
index 2b586e25fae8..3ed1685d4f1f 100644
--- a/dev-qt/qt-creator/qt-creator-9999.ebuild
+++ b/dev-qt/qt-creator/qt-creator-9999.ebuild
@@ -140,7 +140,7 @@ src_configure() {
if use cmdbridge-server; then
go-env_set_compile_environment
- local -x GOFLAGS="-p=$(makeopts_jobs) -v -x -buildvcs=false
-buildmode=pie"
+ export GOFLAGS="-p=$(makeopts_jobs) -v -x -buildvcs=false
-buildmode=pie"
fi
# -Werror=lto-type-mismatch issues, needs looking into