diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-07-14 16:04:04 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-07-14 16:04:52 +0300 |
commit | e6291b63df3c98ce328fa4bd198b0fc5e4d5eebd (patch) | |
tree | 987e47fc26be7282e931b45a1b49d40f70d889e6 /app-emulation/lxd | |
parent | kde-frameworks/kio: Fix build with clang[default-libcxx] (diff) | |
download | gentoo-e6291b63df3c98ce328fa4bd198b0fc5e4d5eebd.tar.gz gentoo-e6291b63df3c98ce328fa4bd198b0fc5e4d5eebd.tar.bz2 gentoo-e6291b63df3c98ce328fa4bd198b0fc5e4d5eebd.zip |
app-emulation/lxd: add a dep for xdelta[lzma]
- looks like increasing amount of containers need this to uncompress
the container image. Might affect lxc too.
Bug: https://bugs.gentoo.org/699006
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/lxd')
-rw-r--r-- | app-emulation/lxd/lxd-4.0.6-r1.ebuild (renamed from app-emulation/lxd/lxd-4.0.6.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/lxd/lxd-4.0.6.ebuild b/app-emulation/lxd/lxd-4.0.6-r1.ebuild index 92c4ad7891d6..1a59fbf708cd 100644 --- a/app-emulation/lxd/lxd-4.0.6.ebuild +++ b/app-emulation/lxd/lxd-4.0.6-r1.ebuild @@ -20,6 +20,7 @@ DEPEND="app-arch/xz-utils dev-libs/dqlite dev-libs/lzo dev-libs/raft + >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp,ipv6?]" RDEPEND="${DEPEND} acct-group/lxd |