diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-05-03 19:56:04 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-05-03 19:56:04 +0000 |
commit | 1d499573088109f103d270e2b4e8ce166cd03076 (patch) | |
tree | d4c5b2452f0b857db30baf8f1d8b713439ed8d47 /testing | |
parent | a09058ef960e417a20c7a7f5e4c60cb68f793928 (diff) | |
download | aports-1d499573088109f103d270e2b4e8ce166cd03076.tar.bz2 aports-1d499573088109f103d270e2b4e8ce166cd03076.tar.xz |
testing/mylg: Disable on ppc64le
Package not building on ppc64le due to the following error:
no install location for directory /home/alpine/aports/testing/mylg/src/mylg-0.2.6 outside GOPATH
Disabling it for now.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mylg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mylg/APKBUILD b/testing/mylg/APKBUILD index 7ee7c35492..9b42491560 100644 --- a/testing/mylg/APKBUILD +++ b/testing/mylg/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.6 pkgrel=0 pkgdesc="Network Diagnostic Tool" url="http://mylg.io" -arch="all" +arch="all !ppc64le" license="MIT" makedepends="go libpcap-dev" subpackages="" |