aboutsummaryrefslogtreecommitdiffstats
path: root/testing/virt-what/APKBUILD
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-08-25 21:08:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-25 23:11:03 +0000
commit85942296a6a6b6c7c1ec72ff6caef2d88007969a (patch)
tree6f2776459a2d1e2632f058b64201c42ce79d7809 /testing/virt-what/APKBUILD
parentc22b2c0308bf632f862dec34b966a93aff8b2769 (diff)
testing/virt-what: enable build on ppc64le
Diffstat (limited to 'testing/virt-what/APKBUILD')
-rw-r--r--testing/virt-what/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/virt-what/APKBUILD b/testing/virt-what/APKBUILD
index bd84a8bcea3..408bdfa2161 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"