diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-08-25 21:08:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-25 23:11:03 +0000 |
commit | 85942296a6a6b6c7c1ec72ff6caef2d88007969a (patch) | |
tree | 6f2776459a2d1e2632f058b64201c42ce79d7809 /testing | |
parent | c22b2c0308bf632f862dec34b966a93aff8b2769 (diff) | |
download | aports-85942296a6a6b6c7c1ec72ff6caef2d88007969a.tar.bz2 aports-85942296a6a6b6c7c1ec72ff6caef2d88007969a.tar.xz |
testing/virt-what: enable build on ppc64le
Diffstat (limited to 'testing')
-rw-r--r-- | testing/virt-what/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/virt-what/APKBUILD b/testing/virt-what/APKBUILD index bd84a8bcea..408bdfa216 100644 --- a/testing/virt-what/APKBUILD +++ b/testing/virt-what/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.18 pkgrel=0 pkgdesc="Detect if we are running in a virtual machine" url="https://people.redhat.com/~rjones/virt-what/" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" license="GPL2+" makedepends="automake autoconf perl-dev" subpackages="$pkgname-doc" |