From ab6d3e4e9533fdbf6de01a8c72bad6921a443e5a Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 8 Sep 2024 18:06:17 -0700 Subject: [PATCH] community/xf86-video-ast: restrict to x86 platforms --- community/xf86-video-ast/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/xf86-video-ast/APKBUILD b/community/xf86-video-ast/APKBUILD index edf524114e4..76f034e4b51 100644 --- a/community/xf86-video-ast/APKBUILD +++ b/community/xf86-video-ast/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.1.6 pkgrel=3 pkgdesc="X.Org driver for ASpeedTech cards" url="https://xorg.freedesktop.org" -arch="all" +arch="x86 x86_64" license="MIT" makedepends="xorg-server-dev libxi-dev util-macros xorgproto" source="https://www.x.org/releases/individual/driver/xf86-video-ast-$pkgver.tar.xz"