Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/
Date: Sun, 30 Jul 2017 11:24:35
Message-Id: 1501413833.deb52e46d7cbc98cfbf18e7e7a542e692e72b8c3.soap@gentoo
1 commit: deb52e46d7cbc98cfbf18e7e7a542e692e72b8c3
2 Author: Virgil Dupras <hsoft <AT> hardcoded <DOT> net>
3 AuthorDate: Wed Jul 19 19:18:50 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 11:23:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb52e46
7
8 app-emulation/lxd: RDEPEND on lxc >= 2.0.7
9
10 Previously and without a ~amd64 flag on app-emulation/lxc, we would end up with v1.0.8 installed and
11 that's bad because LXD would constantly segfault. LXD's README
12 (https://github.com/lxc/lxd#building-from-source) specifies that LXC 2.0+ is required, so that's
13 what we should require.
14
15 lxc 2.0.7 has been stabilized since I opened the bug, but I still think it's a good idea to be
16 more specific in our dependency declaration.
17
18 Bug: https://bugs.gentoo.org/show_bug.cgi?id=621830
19 Package-Manager: Portage-2.3.6, Repoman-2.3.1
20 Closes: https://github.com/gentoo/gentoo/pull/5142
21
22 app-emulation/lxd/{lxd-2.14.ebuild => lxd-2.14-r1.ebuild} | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 diff --git a/app-emulation/lxd/lxd-2.14.ebuild b/app-emulation/lxd/lxd-2.14-r1.ebuild
26 similarity index 99%
27 rename from app-emulation/lxd/lxd-2.14.ebuild
28 rename to app-emulation/lxd/lxd-2.14-r1.ebuild
29 index 905dc2f7224..15057e1de13 100644
30 --- a/app-emulation/lxd/lxd-2.14.ebuild
31 +++ b/app-emulation/lxd/lxd-2.14-r1.ebuild
32 @@ -64,7 +64,7 @@ DEPEND="
33 RDEPEND="
34 daemon? (
35 app-arch/xz-utils
36 - app-emulation/lxc[seccomp]
37 + >=app-emulation/lxc-2.0.7[seccomp]
38 net-dns/dnsmasq[dhcp,ipv6]
39 net-misc/rsync[xattr]
40 sys-apps/iproute2[ipv6]