summaryrefslogtreecommitdiffstats
path: root/testing/pwsafe
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-26 11:22:18 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-26 11:22:18 +0000
commit35ecbe913560dc18d970e78b426d1f33a03834d8 (patch)
tree950a373ee48e6155a7dc4695d86b95b249ad5d01 /testing/pwsafe
parenta39e19f96447a409ae6f6c1c63d3c16feb1a3991 (diff)
testing/pwsafe: disable on aarch64
pwsafe seems to have memory issues on aarch64
Diffstat (limited to 'testing/pwsafe')
-rw-r--r--testing/pwsafe/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pwsafe/APKBUILD b/testing/pwsafe/APKBUILD
index 91f459bca76..c4a7353b6e4 100644
--- a/testing/pwsafe/APKBUILD
+++ b/testing/pwsafe/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.2.0
pkgrel=1
pkgdesc="Password database"
url="http://nsd.dyndns.org/pwsafe/"
-arch="all"
+arch="all !aarch64"
license="GPL2"
makedepends="ncurses-dev openssl-dev readline-dev"
subpackages="$pkgname-doc"