diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-12-09 08:49:10 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-12-09 08:49:10 +0000 |
commit | 1064600d0a82650668d6e0f01810f4633a2ae2b5 (patch) | |
tree | b6d99bcf0686377844964b5ea8f5a315faad399d /main/godep | |
parent | aaace1ba207884e57ad6e1bcb2ed40afe67521d1 (diff) | |
download | aports-1064600d0a82650668d6e0f01810f4633a2ae2b5.tar.bz2 aports-1064600d0a82650668d6e0f01810f4633a2ae2b5.tar.xz |
main/godep: enable on arm
Diffstat (limited to 'main/godep')
-rw-r--r-- | main/godep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/godep/APKBUILD b/main/godep/APKBUILD index d3aa4d3c73..358bf1c9b0 100644 --- a/main/godep/APKBUILD +++ b/main/godep/APKBUILD @@ -5,7 +5,7 @@ pkgver=0_git20140825 pkgrel=0 pkgdesc="Dependency tool for go" url="http://github.com/tools/godep" -arch="x86 x86_64" +arch="all" license="BSD" depends="" depends_dev="" |