xorg-video-drivers: xf86-video-geode won't build on x86_64, so unset $noarch.

--HG--
extra : convert_revision : 1424666fb604e007f793083baf9b33c61314c7fa
This commit is contained in:
Juan RP 2009-12-19 11:28:32 +01:00
parent 45deedf294
commit b2a9f8aa13

View file

@ -1,7 +1,7 @@
# Template file for 'xorg-video-drivers'
pkgname=xorg-video-drivers
version=7.5
revision=1
revision=2
build_style=meta-template
short_desc="X.org video drivers meta-package"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -9,7 +9,6 @@ long_desc="
This is the Xorg meta-package for installing the various
X.org xserver video drivers from the modular Xorg X11 project."
noarch=yes
Add_dependency full xf86-video-apm ">=1.2.2"
Add_dependency full xf86-video-ark ">=0.7.2"
Add_dependency full xf86-video-ast ">=0.89.9"
@ -17,7 +16,9 @@ Add_dependency full xf86-video-ati ">=6.12.4"
Add_dependency full xf86-video-chips ">=1.2.2"
Add_dependency full xf86-video-cirrus ">=1.3.2"
Add_dependency full xf86-video-fbdev ">=0.4.1"
Add_dependency full xf86-video-geode ">=2.11.6"
if [ "${xbps_machine}" != "x86_64" ]; then
Add_dependency full xf86-video-geode ">=2.11.6"
fi
Add_dependency full xf86-video-glint ">=1.2.4"
Add_dependency full xf86-video-i128 ">=1.3.3"
Add_dependency full xf86-video-i740 ">=1.3.2"