mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
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:
parent
9820c0d5a3
commit
8ddc55a18e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user