From 8ddc55a18ec22cb9018d6d7a74bb952d45c0bf8a Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 8 Sep 2024 18:04:25 -0700 Subject: [PATCH] community/xf86-video-apm: restrict to x86 platforms Driver uses port I/O which is only available on x86, itanium and alpha platforms. --- community/xf86-video-apm/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/xf86-video-apm/APKBUILD b/community/xf86-video-apm/APKBUILD index a9994cc9f46..f2248fe3ed1 100644 --- a/community/xf86-video-apm/APKBUILD +++ b/community/xf86-video-apm/APKBUILD @@ -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"