diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-09-07 14:45:03 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-09-07 14:47:54 +0200 |
commit | c2d8feb8cf9d714ce709db879052daa3587fb0b2 (patch) | |
tree | 1aac68fec9265a259f34308593dbc2723b9c7950 /testing/handbrake | |
parent | 7596f40f735c0363023b63bc6fe3feda573b3426 (diff) | |
download | aports-c2d8feb8cf9d714ce709db879052daa3587fb0b2.tar.bz2 aports-c2d8feb8cf9d714ce709db879052daa3587fb0b2.tar.xz |
testing/handbrake: disable build for x86
Compilation fails due to text relocations found.
Diffstat (limited to 'testing/handbrake')
-rw-r--r-- | testing/handbrake/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/handbrake/APKBUILD b/testing/handbrake/APKBUILD index 6d6c307153..14565976ec 100644 --- a/testing/handbrake/APKBUILD +++ b/testing/handbrake/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.10.2 pkgrel=1 pkgdesc="Handbrake video transcoder" url="https://handbrake.fr" -arch="all" +arch="x86_64 armhf" license="GPL2" install="" depends="" |