aboutsummaryrefslogtreecommitdiffstats
path: root/main/libvirt/APKBUILD
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-05-27 15:57:52 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-27 17:49:55 +0000
commit252a77a12c1eb105fed560a06df70a2b0d389028 (patch)
treedad9542d5ca87d3929785f3257e777ffc29beff6 /main/libvirt/APKBUILD
parentd06c59b7a5f25b948d47bc5b09413801071e4069 (diff)
downloadaports-252a77a12c1eb105fed560a06df70a2b0d389028.tar.bz2
aports-252a77a12c1eb105fed560a06df70a2b0d389028.tar.xz
main/libvirt: clarify license
Diffstat (limited to 'main/libvirt/APKBUILD')
-rw-r--r--main/libvirt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libvirt/APKBUILD b/main/libvirt/APKBUILD
index cbab1ef434..59c0cecf10 100644
--- a/main/libvirt/APKBUILD
+++ b/main/libvirt/APKBUILD
@@ -2,11 +2,11 @@
pkgname=libvirt
pkgver=5.3.0
_ver="${pkgver/_rc/-rc}"
-pkgrel=1
+pkgrel=2
pkgdesc="A virtualization API for several hypervisor and container systems"
url="https://libvirt.org/"
arch="all"
-license="LGPL"
+license="LGPL-2.1-or-later"
_daemon_deps="bridge-utils dmidecode dnsmasq ip6tables iptables"
_client_deps="pm-utils gnutls-utils netcat-openbsd"
depends="lvm2"