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

Driver uses port I/O, which is only available on x86, itanium
and alpha platforms.
This commit is contained in:
Ariadne Conill 2024-09-08 18:05:29 -07:00
parent 8ddc55a18e
commit d0c16e2acc

View File

@ -4,7 +4,7 @@ pkgver=0.7.6
pkgrel=3
pkgdesc="X.Org driver for ark cards"
url="https://xorg.freedesktop.org"
arch="all"
arch="x86 x86_64"
license="MIT"
subpackages="$pkgname-doc"
makedepends="xorg-server-dev libxi-dev util-macros xorgproto"