commit:     8afc4cc1291a613aa62ba71ae491c30a272f64a8
Author:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Thu Mar 12 21:15:53 2026 +0000
Commit:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Thu Mar 12 21:15:53 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8afc4cc1

gui-apps/noctalia-qs: off CRASH_HANDLER

Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>

 gui-apps/noctalia-qs/noctalia-qs-0.0.8.ebuild | 1 +
 gui-apps/noctalia-qs/noctalia-qs-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gui-apps/noctalia-qs/noctalia-qs-0.0.8.ebuild 
b/gui-apps/noctalia-qs/noctalia-qs-0.0.8.ebuild
index 8e15f11805..0c8a18fb14 100644
--- a/gui-apps/noctalia-qs/noctalia-qs-0.0.8.ebuild
+++ b/gui-apps/noctalia-qs/noctalia-qs-0.0.8.ebuild
@@ -91,6 +91,7 @@ src_configure() {
                -DDISTRIBUTOR="${BRANDING_OS_NAME} GURU"
                -DINSTALL_QML_PREFIX="$(get_libdir)/qt6/qml"
                -DGIT_REVISION=${GIT_REVISION}
+               -DCRASH_HANDLER=OFF # dev-cpp/cpptrace::gentoo does not have 
required use flags
                -DUSE_JEMALLOC=$(usex jemalloc ON OFF)
                -DSOCKETS=$(usex sockets ON OFF)
                -DWAYLAND=$(usex wayland ON OFF)

diff --git a/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild 
b/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild
index 35a453bd1d..bbd23e7e16 100644
--- a/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild
+++ b/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild
@@ -89,6 +89,7 @@ src_configure() {
                -DDISTRIBUTOR="${BRANDING_OS_NAME} GURU"
                -DINSTALL_QML_PREFIX="$(get_libdir)/qt6/qml"
                -DGIT_REVISION=${EGIT_COMMIT}
+               -DCRASH_HANDLER=OFF # dev-cpp/cpptrace::gentoo does not have 
required use flags
                -DUSE_JEMALLOC=$(usex jemalloc ON OFF)
                -DSOCKETS=$(usex sockets ON OFF)
                -DWAYLAND=$(usex wayland ON OFF)

Reply via email to