aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ddrescue
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-27 02:22:26 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-27 02:22:26 +0000
commitc6e3fd1dd700ae56ad5dbb9ffefb2df3a761dde6 (patch)
tree6bf4b5cc7f515334e78b6b5e954a283f7a69346e /testing/ddrescue
parent07d1c84db602769f919d0bfc99fd88628556b28c (diff)
downloadaports-c6e3fd1dd700ae56ad5dbb9ffefb2df3a761dde6.tar.bz2
aports-c6e3fd1dd700ae56ad5dbb9ffefb2df3a761dde6.tar.xz
testing/ddrescue: disable on aarch64
build fails (on zfs) with: g++ -Wall -W -O2 -o ddrescuelog arg_parser.o block.o mapfile.o ddrescuelog.o testing ddrescue-1.21..........................cmp: EOF on out ................. testing ddrescuelog-1.21............................................... tests failed. make: *** [Makefile:98: check] Error 1
Diffstat (limited to 'testing/ddrescue')
-rw-r--r--testing/ddrescue/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ddrescue/APKBUILD b/testing/ddrescue/APKBUILD
index 500af7a7b2..5b1b8b8998 100644
--- a/testing/ddrescue/APKBUILD
+++ b/testing/ddrescue/APKBUILD
@@ -4,7 +4,7 @@ pkgver=1.21
pkgrel=0
pkgdesc="Data recovery tool for block devices with errors"
url="http://www.gnu.org/s/ddrescue/ddrescue.html"
-arch="all"
+arch="all !aarch64"
license="GPL3+"
depends=""
depends_dev=""