aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 10:12:40 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 10:12:40 +0000
commit0e9ad0feda39b730789f1ab937c3d01a6791c0f4 (patch)
treeaefb15806d9b22045b92f39df631ba949f93ca40 /testing
parent7a505debd81611cd7315e6d22c2d71f10158c6c8 (diff)
downloadaports-0e9ad0feda39b730789f1ab937c3d01a6791c0f4.tar.bz2
aports-0e9ad0feda39b730789f1ab937c3d01a6791c0f4.tar.xz
testing/borgmatic: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/borgmatic/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/borgmatic/APKBUILD b/testing/borgmatic/APKBUILD
index 8ef3a86c72..6833b77b7c 100644
--- a/testing/borgmatic/APKBUILD
+++ b/testing/borgmatic/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.5.1
pkgrel=1
pkgdesc="Simple, configuration-driven backup software for servers and workstations"
url="https://torsion.org/borgmatic/"
-arch="noarch !s390x" # limited by borgbackup
+arch="noarch !s390x !mips !mips64" # limited by borgbackup
license="GPL-3.0-or-later"
depends="borgbackup python3 py3-setuptools py3-pykwalify py3-requests py3-ruamel.yaml py3-colorama"
checkdepends="py3-pytest py3-pytest-cov py3-flexmock"