diff options
author | Louis Bettens <louis@bettens.org> | 2017-03-12 16:45:02 +0100 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-03-14 01:40:25 -0600 |
commit | a4cada79747a4f2e83a42ed98d7f2393c301c30d (patch) | |
tree | ccca46e5990f66f6de4c5c8c0efce2f5d05e403c /libre/xen/PKGBUILD | |
parent | c7b60b407c0f6a94818b269d569bcae2bcf35d49 (diff) | |
download | abslibre-a4cada79747a4f2e83a42ed98d7f2393c301c30d.tar.gz abslibre-a4cada79747a4f2e83a42ed98d7f2393c301c30d.tar.bz2 abslibre-a4cada79747a4f2e83a42ed98d7f2393c301c30d.zip |
fix missing dependency "lzo2"
Arch released lzo 2.10-1, which no longer provides the virtual package
"lzo2". Packages that depended on it would no longer install on
up-to-date systems.
Signed-off-by: Isaac David <isacdaavid@isacdaavid.info>
Diffstat (limited to 'libre/xen/PKGBUILD')
-rw-r--r-- | libre/xen/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/xen/PKGBUILD b/libre/xen/PKGBUILD index af74ce999..442af83a6 100644 --- a/libre/xen/PKGBUILD +++ b/libre/xen/PKGBUILD @@ -19,7 +19,7 @@ pkgdesc="Virtual Machine Hypervisor & Tools (Parabola rebranded)" arch=(x86_64) url="http://www.xenproject.org/" license=(GPL2) -depends=(bridge-utils curl gnutls iproute2 libaio libcap-ng libiscsi libnl libpng lzo2 pciutils python python2 sdl spice usbredir yajl +depends=(bridge-utils curl gnutls iproute2 libaio libcap-ng libiscsi libnl libpng lzo pciutils python python2 sdl spice usbredir yajl # seabios ovmf qemu ) [[ "$CARCH" == "x86_64" ]] && depends+=(lib32-glibc) |