diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-14 15:36:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-14 15:37:42 +0000 |
commit | 65725a2a4f557aa22bbe20fdf7c9d3cedf949bd8 (patch) | |
tree | 2baa914ea021a66a7effb9196a0463beda246a8d /main/xf86-video-geode/APKBUILD | |
parent | d0b8bb5c93755646955f437be9f9c80ef36c6876 (diff) | |
download | aports-65725a2a4f557aa22bbe20fdf7c9d3cedf949bd8.tar.bz2 aports-65725a2a4f557aa22bbe20fdf7c9d3cedf949bd8.tar.xz |
main/xf86-video-geode: disable x86_64
Diffstat (limited to 'main/xf86-video-geode/APKBUILD')
-rw-r--r-- | main/xf86-video-geode/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xf86-video-geode/APKBUILD b/main/xf86-video-geode/APKBUILD index 179128d6b0..03d40b3bef 100644 --- a/main/xf86-video-geode/APKBUILD +++ b/main/xf86-video-geode/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.11.10 pkgrel=0 pkgdesc="AMD Geode GX and LX video driver" url="http://xorg.freedesktop.org/" -arch="x86 x86_64" +arch="x86" license="custom" subpackages="$pkgname-dev $pkgname-doc" depends= |