diff options
author | Virgil Dupras <hsoft@hardcoded.net> | 2017-07-19 15:18:50 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-07-30 13:23:53 +0200 |
commit | deb52e46d7cbc98cfbf18e7e7a542e692e72b8c3 (patch) | |
tree | c147fea674dd98685babf4339a6440d61036e8ee /app-emulation/lxd | |
parent | media-libs/libsoundio: drop old (diff) | |
download | gentoo-deb52e46d7cbc98cfbf18e7e7a542e692e72b8c3.tar.gz gentoo-deb52e46d7cbc98cfbf18e7e7a542e692e72b8c3.tar.bz2 gentoo-deb52e46d7cbc98cfbf18e7e7a542e692e72b8c3.zip |
app-emulation/lxd: RDEPEND on lxc >= 2.0.7
Previously and without a ~amd64 flag on app-emulation/lxc, we would end up with v1.0.8 installed and
that's bad because LXD would constantly segfault. LXD's README
(https://github.com/lxc/lxd#building-from-source) specifies that LXC 2.0+ is required, so that's
what we should require.
lxc 2.0.7 has been stabilized since I opened the bug, but I still think it's a good idea to be
more specific in our dependency declaration.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=621830
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5142
Diffstat (limited to 'app-emulation/lxd')
-rw-r--r-- | app-emulation/lxd/lxd-2.14-r1.ebuild (renamed from app-emulation/lxd/lxd-2.14.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/lxd/lxd-2.14.ebuild b/app-emulation/lxd/lxd-2.14-r1.ebuild index 905dc2f72243..15057e1de13f 100644 --- a/app-emulation/lxd/lxd-2.14.ebuild +++ b/app-emulation/lxd/lxd-2.14-r1.ebuild @@ -64,7 +64,7 @@ DEPEND=" RDEPEND=" daemon? ( app-arch/xz-utils - app-emulation/lxc[seccomp] + >=app-emulation/lxc-2.0.7[seccomp] net-dns/dnsmasq[dhcp,ipv6] net-misc/rsync[xattr] sys-apps/iproute2[ipv6] |