From ce5f985df005e2e2cb922e593dbb13984f4bdee5 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 25 Jul 2024 02:26:11 -0400 Subject: dev-qt/qt-creator: update journald comment Signed-off-by: Ionen Wolkens --- dev-qt/qt-creator/qt-creator-13.0.2.ebuild | 4 +++- dev-qt/qt-creator/qt-creator-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'dev-qt') 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 -- cgit v1.2.3-65-gdbad