commit: e6291b63df3c98ce328fa4bd198b0fc5e4d5eebd Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Jul 14 13:04:04 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Jul 14 13:04:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6291b63
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 <AT> gentoo.org> app-emulation/lxd/{lxd-4.0.6.ebuild => lxd-4.0.6-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/lxd/lxd-4.0.6.ebuild b/app-emulation/lxd/lxd-4.0.6-r1.ebuild similarity index 99% rename from app-emulation/lxd/lxd-4.0.6.ebuild rename to app-emulation/lxd/lxd-4.0.6-r1.ebuild index 92c4ad7891d..1a59fbf708c 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
