diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 06:17:58 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 06:17:58 +0100 |
commit | a013a8d579ea6fb7c59d63e42567d65f24d16120 (patch) | |
tree | fa89ca80f85d9f84615c382ac4d7b62ad390fd60 | |
parent | d80ae6cfb1d0f6db4e0bcc522bcd75a664b5cbab (diff) | |
download | aports-a013a8d579ea6fb7c59d63e42567d65f24d16120.tar.bz2 aports-a013a8d579ea6fb7c59d63e42567d65f24d16120.tar.xz |
testing/dzonegit: disable on x86
-rw-r--r-- | testing/dzonegit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dzonegit/APKBUILD b/testing/dzonegit/APKBUILD index c9789e2768..60bb90330e 100644 --- a/testing/dzonegit/APKBUILD +++ b/testing/dzonegit/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.11 pkgrel=0 pkgdesc="Git hooks to manage a repository of DNS zones" url="https://github.com/oskar456/dzonegit" -arch="noarch" +arch="noarch !x86" # Testsuite fails license="MIT" depends="bind-tools git python3" checkdepends="py3-pytest py3-pytest-runner" |