diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 20:27:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 20:28:26 +0000 |
commit | d7ce398325f7b4c4a86020441953a8b6fbc1e62c (patch) | |
tree | fe9654f83102a930b63d3fdf3be21924f934f56a /community | |
parent | dcfcde562f60264b7e9264baf0a9db0c5f66111d (diff) | |
download | aports-d7ce398325f7b4c4a86020441953a8b6fbc1e62c.tar.bz2 aports-d7ce398325f7b4c4a86020441953a8b6fbc1e62c.tar.xz |
community/wine: disable on x86 for now
it complains about textrels
Diffstat (limited to 'community')
-rw-r--r-- | community/wine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD index f9bcc0ba80..e4ad76e3ef 100644 --- a/community/wine/APKBUILD +++ b/community/wine/APKBUILD @@ -8,7 +8,7 @@ _pkgver=${pkgver/_/-} pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" -arch="x86 x86_64" +arch="x86_64" license="LGPL2+" subpackages="$pkgname-libs $pkgname-dev $pkgname-doc" depends_dev="$pkgname perl" |