diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-08 07:31:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-08 07:31:23 +0000 |
commit | de65cf733b8a3337838910373de28b9a5213257b (patch) | |
tree | e110ed2f096fc7285091d131fcd4be2d20d3289e /main/mg/APKBUILD | |
parent | 59d3aa297f3615fa340a4f5698cfd8aacfd67e3a (diff) | |
download | aports-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/APKBUILD | 2 |
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" |