diff options
-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" |