community/xf86-video-apm: 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:04:25 -07:00
parent 9820c0d5a3
commit 8ddc55a18e

View File

@ -4,7 +4,7 @@ pkgver=1.3.0
pkgrel=4
pkgdesc="Alliance ProMotion video driver"
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"