diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-04-05 18:20:11 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-04-05 18:20:11 +0300 |
commit | dda37ba4413fad11100d6e3e65634fc232994b92 (patch) | |
tree | 9f1626a0fee518a9017e2feff9d62294b25dc60f /testing/dma | |
parent | 911000870685c114291a8c6e3d72ddd14a25ecc3 (diff) | |
download | aports-dda37ba4413fad11100d6e3e65634fc232994b92.tar.bz2 aports-dda37ba4413fad11100d6e3e65634fc232994b92.tar.xz |
testing/dma: disable on armhf
libbsd is not available on arm
Diffstat (limited to 'testing/dma')
-rw-r--r-- | testing/dma/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dma/APKBUILD b/testing/dma/APKBUILD index 2f7a87d339..446645628d 100644 --- a/testing/dma/APKBUILD +++ b/testing/dma/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.11 pkgrel=2 pkgdesc="A small Mail Transport Agent from DragonFly BSD" url="https://github.com/corecode/dma" -arch="all" +arch="x86_64 x86" license="BSD" depends="" depends_dev="" |