diff options
Diffstat (limited to 'testing/agg')
-rw-r--r-- | testing/agg/APKBUILD | 2 |
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" |