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