diff --git a/gegl.changes b/gegl.changes index 6aa05f5..e947b7a 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 6 07:39:33 UTC 2024 - Adrian Schröter + +- Disable luajit on LoongArch64 + ------------------------------------------------------------------- Wed Nov 6 22:42:54 UTC 2024 - Marcus Rueckert diff --git a/gegl.spec b/gegl.spec index 8cfe6fb..b7bcf18 100644 --- a/gegl.spec +++ b/gegl.spec @@ -17,7 +17,7 @@ # This is based on the ExcludeArch in https://build.opensuse.org/package/show/openSUSE:Factory/luajit -%ifarch riscv64 ppc64 ppc64le +%ifarch riscv64 ppc64 ppc64le loongarch64 %bcond_with luajit %else %bcond_without luajit