mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
security/arti: Exclude i386 arch
This commit is contained in:
parent
4c57ec5518
commit
b90d862ffc
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= arti
|
PORTNAME= arti
|
||||||
DISTVERSION= 1.1.8
|
DISTVERSION= 1.1.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
MAINTAINER= cs@FreeBSD.org
|
MAINTAINER= cs@FreeBSD.org
|
||||||
|
@ -8,6 +9,8 @@ WWW= https://arti.torproject.org/
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
|
NOT_FOR_ARCHS= i386
|
||||||
|
NOT_FOR_ARCHS_REASON=Zeroize crate does not support i386
|
||||||
LIB_DEPENDS= libzstd.so:archivers/zstd
|
LIB_DEPENDS= libzstd.so:archivers/zstd
|
||||||
|
|
||||||
USES= cargo sqlite ssl
|
USES= cargo sqlite ssl
|
||||||
|
|
Loading…
Add table
Reference in a new issue