community/xf86-video-s3virge: restrict to x86 platforms

This commit is contained in:
Ariadne Conill 2024-09-08 18:18:44 -07:00
parent a7ed8e74d3
commit f3d140561d

View File

@ -4,7 +4,7 @@ pkgver=1.11.1
pkgrel=3 pkgrel=3
pkgdesc="S3 ViRGE video driver" pkgdesc="S3 ViRGE video driver"
url="https://xorg.freedesktop.org/" url="https://xorg.freedesktop.org/"
arch="all" arch="x86 x86_64"
license="MIT" license="MIT"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
makedepends="xorg-server-dev libxi-dev util-macros xorgproto" makedepends="xorg-server-dev libxi-dev util-macros xorgproto"