From e687249793e013a4804c0830018a56e1dbb590ee Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 8 Sep 2024 18:21:09 -0700 Subject: [PATCH] community/xf86-video-vesa: restrict to x86 platforms --- community/xf86-video-vesa/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/xf86-video-vesa/APKBUILD b/community/xf86-video-vesa/APKBUILD index c2fe691f6b9..61809e1fb88 100644 --- a/community/xf86-video-vesa/APKBUILD +++ b/community/xf86-video-vesa/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.6.0 pkgrel=4 pkgdesc="X.org generic VESA video driver" url="https://xorg.freedesktop.org/wiki/" -arch="all" +arch="x86 x86_64" license="MIT" subpackages="$pkgname-doc" makedepends="xorg-server-dev libxi-dev util-macros xorgproto"