From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E822113933E for ; Wed, 14 Jul 2021 13:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C35DE0C2A; Wed, 14 Jul 2021 13:05:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 111AFE0C2A for ; Wed, 14 Jul 2021 13:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14691342B40 for ; Wed, 14 Jul 2021 13:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BBA0798 for ; Wed, 14 Jul 2021 13:05:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1626267892.e6291b63df3c98ce328fa4bd198b0fc5e4d5eebd.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxd/lxd-4.0.6-r1.ebuild app-emulation/lxd/lxd-4.0.6.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e6291b63df3c98ce328fa4bd198b0fc5e4d5eebd X-VCS-Branch: master Date: Wed, 14 Jul 2021 13:05:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc0a3cb0-8bcd-4881-8aef-18337085cde0 X-Archives-Hash: a4aad88d983a9570752b58ec7ac067e5 commit: e6291b63df3c98ce328fa4bd198b0fc5e4d5eebd Author: Joonas Niilola gentoo org> AuthorDate: Wed Jul 14 13:04:04 2021 +0000 Commit: Joonas Niilola gentoo 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 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