diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-12 18:54:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-12 19:47:14 +0000 |
commit | 3f17c04d23f8e21118d15efc85171b2c8bffc4c0 (patch) | |
tree | 196beb02c92d815f333d30878a8ea2af82405439 /testing/easypki | |
parent | b8c00623c95b1004050432f513267f6a8d3d8302 (diff) | |
download | aports-3f17c04d23f8e21118d15efc85171b2c8bffc4c0.tar.bz2 aports-3f17c04d23f8e21118d15efc85171b2c8bffc4c0.tar.xz |
testing/easypki: enable build on ppc64le
enable build on ppc64le as glide dependency is now available
Diffstat (limited to 'testing/easypki')
-rw-r--r-- | testing/easypki/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/easypki/APKBUILD b/testing/easypki/APKBUILD index b2eb761688..81489ee343 100644 --- a/testing/easypki/APKBUILD +++ b/testing/easypki/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=0 pkgdesc="Creating a certificate authority the easy way" url="https://github.com/google/easypki" -arch="all !ppc64le" +arch="all" license="Apache-2.0" depends="" makedepends="glide go" |