Skip to content

Commit

Permalink
app-emulation/lxd: RDEPEND on lxc >= 2.0.7
Browse files Browse the repository at this point in the history
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: gentoo#5142
  • Loading branch information
Virgil Dupras authored and SoapGentoo committed Jul 30, 2017
1 parent 51f2806 commit deb52e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit deb52e4

Please sign in to comment.