diff options
author | 2017-09-04 21:02:29 -0400 | |
---|---|---|
committer | 2017-09-21 14:41:11 +0200 | |
commit | bf4a4cfb942b4402e61e32c4ae2f4d77d448531f (patch) | |
tree | 6ed4e90952866f350c8e38b34bec30665756542f /app-emulation/lxd | |
parent | app-emulation/lxd: normalize initd wording (diff) | |
download | gentoo-bf4a4cfb942b4402e61e32c4ae2f4d77d448531f.tar.gz gentoo-bf4a4cfb942b4402e61e32c4ae2f4d77d448531f.tar.bz2 gentoo-bf4a4cfb942b4402e61e32c4ae2f4d77d448531f.zip |
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
Diffstat (limited to 'app-emulation/lxd')
-rw-r--r-- | app-emulation/lxd/lxd-2.17.ebuild | 6 |
1 files 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 ) |