From bf4a4cfb942b4402e61e32c4ae2f4d77d448531f Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 4 Sep 2017 21:02:29 -0400 Subject: app-emulation/lxd: add ipv6 USE flag Disabling this USE flag also disables it in dependencies Gentoo-Bug: 629744 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- app-emulation/lxd/lxd-2.17.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/lxd/lxd-2.17.ebuild b/app-emulation/lxd/lxd-2.17.ebuild index 7eb040f0bc5c..910e0b58c9d9 100644 --- a/app-emulation/lxd/lxd-2.17.ebuild +++ b/app-emulation/lxd/lxd-2.17.ebuild @@ -45,7 +45,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="+daemon nls test" +IUSE="+daemon +ipv6 nls test" inherit bash-completion-r1 golang-build linux-info systemd user golang-vcs-snapshot @@ -68,9 +68,9 @@ RDEPEND=" daemon? ( app-arch/xz-utils >=app-emulation/lxc-2.0.7[seccomp] - net-dns/dnsmasq[dhcp,ipv6] + net-dns/dnsmasq[dhcp,ipv6?] net-misc/rsync[xattr] - sys-apps/iproute2[ipv6] + sys-apps/iproute2[ipv6?] sys-fs/squashfs-tools virtual/acl ) -- cgit v1.2.3-65-gdbad