Limit to x86 architectures (amd64 and i386).

Suggested by:	linimon
This commit is contained in:
Alexey Dokuchaev 2020-07-07 19:47:10 +00:00
parent 537bbafe6d
commit 9a443dd1c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541449

View File

@ -11,6 +11,9 @@ COMMENT= Utility to manage fans on Lenovo ThinkPad laptops
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= requires acpi_ibm(4) which is only available on x86
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= claudiozz