aboutsummaryrefslogtreecommitdiffstats
path: root/testing/agg
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-13 09:46:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-13 09:46:22 +0000
commit81ee7070d0e9fee6b81d54387650d27ed817f099 (patch)
treeae722f5610456a063ba598d43cc857cc40bbf742 /testing/agg
parent47d48d7690742aa67b8ffbb8d9aee15824528c31 (diff)
downloadaports-81ee7070d0e9fee6b81d54387650d27ed817f099.tar.bz2
aports-81ee7070d0e9fee6b81d54387650d27ed817f099.tar.xz
testing/agg: disable on armv7 due to build failure
Diffstat (limited to 'testing/agg')
-rw-r--r--testing/agg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/agg/APKBUILD b/testing/agg/APKBUILD
index 3d72b6a50e..941b796aab 100644
--- a/testing/agg/APKBUILD
+++ b/testing/agg/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.5
pkgrel=0
pkgdesc="Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++."
url="http://www.antigrain.com"
-arch="all"
+arch="all !armv7"
license="GPL-2.0-or-later"
options="!check"
makedepends="autoconf automake libgfortran libtool sdl-dev"