sysutils/libcpuid: enable on powerpc*

While CPUID doesn't exist on powerpc*, upstream added compilation fixes for non-x86 and this will unbreak also some reverse dependencies.
This commit is contained in:
Piotr Kubaj 2022-03-29 06:14:12 +00:00
parent ac19aed058
commit 9482644374

View File

@ -11,7 +11,7 @@ COMMENT= Small x86 CPU identification library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc
USE_GITHUB= yes
GH_ACCOUNT= anrieff