summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-07-25 02:26:11 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-07-25 02:26:11 -0400
commitce5f985df005e2e2cb922e593dbb13984f4bdee5 (patch)
tree1b8d00ccc04e1e4d53fe626d186051d95360abcc /dev-qt
parentdev-qt/qt-creator: drop 13.0.1 (diff)
downloadgentoo-ce5f985df005e2e2cb922e593dbb13984f4bdee5.tar.gz
gentoo-ce5f985df005e2e2cb922e593dbb13984f4bdee5.tar.bz2
gentoo-ce5f985df005e2e2cb922e593dbb13984f4bdee5.zip
dev-qt/qt-creator: update journald comment
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qt-creator/qt-creator-13.0.2.ebuild4
-rw-r--r--dev-qt/qt-creator/qt-creator-9999.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-qt/qt-creator/qt-creator-13.0.2.ebuild b/dev-qt/qt-creator/qt-creator-13.0.2.ebuild
index 972b24abebe5..ee0fcd198e6e 100644
--- a/dev-qt/qt-creator/qt-creator-13.0.2.ebuild
+++ b/dev-qt/qt-creator/qt-creator-13.0.2.ebuild
@@ -155,7 +155,9 @@ src_configure() {
-DWITH_QMLDESIGNER=$(usex qmldesigner)
- -Djournald=no # not really useful unless match qtbase (needs systemd)
+ # 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
# not packaged, but allow using if found
#-DCMAKE_DISABLE_FIND_PACKAGE_LibDDemangle=yes
diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild
index 69822c51bc74..fdf00d0e0369 100644
--- a/dev-qt/qt-creator/qt-creator-9999.ebuild
+++ b/dev-qt/qt-creator/qt-creator-9999.ebuild
@@ -178,7 +178,9 @@ src_configure() {
-DWITH_QMLDESIGNER=$(usex qmldesigner)
- -Djournald=no # not really useful unless match qtbase (needs systemd)
+ # 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
# not packaged, but allow using if found
#-DCMAKE_DISABLE_FIND_PACKAGE_LibDDemangle=yes