aboutsummaryrefslogtreecommitdiffstats
path: root/main/mg/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-08 07:31:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-08 07:31:23 +0000
commitde65cf733b8a3337838910373de28b9a5213257b (patch)
treee110ed2f096fc7285091d131fcd4be2d20d3289e /main/mg/APKBUILD
parent59d3aa297f3615fa340a4f5698cfd8aacfd67e3a (diff)
downloadaports-de65cf733b8a3337838910373de28b9a5213257b.tar.bz2
aports-de65cf733b8a3337838910373de28b9a5213257b.tar.xz
main/mg: disable on arm
libbsd fails to build on arm so disable it for now
Diffstat (limited to 'main/mg/APKBUILD')
-rw-r--r--main/mg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mg/APKBUILD b/main/mg/APKBUILD
index 45eb3e6300..b27357cb65 100644
--- a/main/mg/APKBUILD
+++ b/main/mg/APKBUILD
@@ -5,7 +5,7 @@ pkgver=20140414
pkgrel=0
pkgdesc="mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."
url="http://homepage.boetes.org/software/mg"
-arch="all"
+arch="x86 x86_64"
license="public-domain BSD"
depends=
makedepends="ncurses-dev libbsd-dev"