git: 928c1cb80795 - main - multimedia/vvdec: remove ONLY_FOR_ARCHS

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 16 Aug 2024 11:54:30 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=928c1cb80795a9538e8e4a6189ceda0e6a721ff1

commit 928c1cb80795a9538e8e4a6189ceda0e6a721ff1
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-08-14 09:18:22 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-16 11:54:21 +0000

    multimedia/vvdec: remove ONLY_FOR_ARCHS
    
    Builds fine on i386.
---
 multimedia/vvdec/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile
index 35ec715ef684..5769a25cf84b 100644
--- a/multimedia/vvdec/Makefile
+++ b/multimedia/vvdec/Makefile
@@ -10,8 +10,6 @@ WWW=		https://github.com/fraunhoferhhi/vvdec
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-ONLY_FOR_ARCHS=		aarch64 armv6 armv7 amd64 powerpc powerpc64 powerpc64le riscv64
-
 USES=		cmake:noninja,testing compiler:c++14-lang
 USE_LDCONFIG=	yes