From 2eca496f8ddf10c4e079567630a7081eee03459a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 19 Jun 2025 16:04:09 +0200 Subject: [PATCH] pdfsandwich: limit to ocamlopt architectures. --- srcpkgs/pdfsandwich/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/pdfsandwich/template b/srcpkgs/pdfsandwich/template index 1cc73f77961..75d18a00470 100644 --- a/srcpkgs/pdfsandwich/template +++ b/srcpkgs/pdfsandwich/template @@ -2,6 +2,7 @@ pkgname=pdfsandwich version=0.1.7 revision=8 +archs="x86_64* aarch64* riscv64*" # ocamlopt build_style=gnu-configure hostmakedepends="ocaml perl" makedepends="ocaml"