diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-13 07:11:09 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-13 07:11:22 +0000 |
commit | af4d856ac5196a7008933e4b176bf620c90ecdfa (patch) | |
tree | 35f1c7c353e1ccc9014919216bc023bb0f4c092e /main/libvirt/APKBUILD | |
parent | cdaf9d0f0023f73cadcb09fea8daefe8ca82392d (diff) | |
download | aports-af4d856ac5196a7008933e4b176bf620c90ecdfa.tar.bz2 aports-af4d856ac5196a7008933e4b176bf620c90ecdfa.tar.xz |
main/libvirt: netcat-openbsd not avail on some platforms, due to libbsd
Diffstat (limited to 'main/libvirt/APKBUILD')
-rw-r--r-- | main/libvirt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libvirt/APKBUILD b/main/libvirt/APKBUILD index 7adeeef8cd..56bc00072e 100644 --- a/main/libvirt/APKBUILD +++ b/main/libvirt/APKBUILD @@ -2,10 +2,10 @@ pkgname=libvirt pkgver=3.2.0 _ver="${pkgver/_rc/-rc}" -pkgrel=1 +pkgrel=2 pkgdesc="A virtualization API for several hypervisor and container systems" url="http://libvirt.org/" -arch="all" +arch="all !aarch64 !ppc64le !armhf" #netcat-openbsd not avail on excluded platforms license="LGPL" _daemon_deps="bridge-utils dmidecode dnsmasq ebtables ip6tables iptables" _client_deps="pm-utils gnutls-utils netcat-openbsd" |