1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00

testing/dzonegit: disable on x86

This commit is contained in:
Leo 2019-11-16 06:17:58 +01:00
parent d80ae6cfb1
commit a013a8d579

View file

@ -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"