databases/replibyte: Only for aarch64, amd64 architectures

Reported by:	https://portsfallout.com/
This commit is contained in:
Yuri Victorovich 2024-01-11 21:56:54 -08:00
parent c3bb8477e5
commit 15362fcc11

View file

@ -11,7 +11,8 @@ WWW= https://www.replibyte.com/docs/introduction
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../LICENSE
BROKEN_i386= error: unsupported platform; error[E0308]: mismatched type, see https://github.com/Qovery/Replibyte/issues/255
ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= only these architectures are allowed for target_os="freebsd" in wasmer-vm-2.2.1/src/trap/traphandlers.rs
USES= cargo
USE_GITHUB= yes