mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-p2p/autoscan: Mark for amd64 and i386 only
autoscan uses the go packages from modernc, and those only have amd64 and i386 versions on FreeBSD. See https://gitlab.com/cznic/libc/-/issues/15 PR: 263657 Reported by: michiel@vanbaak.eu (maintainer)
This commit is contained in:
parent
afa8682087
commit
b2fb62c5fe
@ -1,7 +1,7 @@
|
||||
PORTNAME= autoscan
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-p2p
|
||||
|
||||
MAINTAINER= michiel@vanbaak.eu
|
||||
@ -10,6 +10,11 @@ COMMENT= Scan Plex library on webhook triggers
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
# See https://gitlab.com/cznic/libc/-/issues/15
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= Some dependencies only build on amd64 and i386
|
||||
|
||||
|
||||
USES= go:modules
|
||||
USE_RC_SUBR= autoscan
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user