diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 12:06:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 02:39:49 +0000 |
commit | 75323cb9a67484e6d21740753b20b294375b0e9a (patch) | |
tree | b1fdd7507dfa90c02db6b47f46dccf10d2f4cfff /app-containers/lxd | |
parent | net-firewall/firehol: Use (+) for ipv6 flag deps (diff) | |
download | gentoo-75323cb9a67484e6d21740753b20b294375b0e9a.tar.gz gentoo-75323cb9a67484e6d21740753b20b294375b0e9a.tar.bz2 gentoo-75323cb9a67484e6d21740753b20b294375b0e9a.zip |
app-containers/lxd: Use (+) for ipv6 flag deps
At this point, it is reasonable to assume that packages will be enabling
IPv6 unconditionally rather than dropping it altogether. Update the USE
dependencies to (+) to account for that, in preparation for removal
of the flag in iproute2 and iputils.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/lxd')
-rw-r--r-- | app-containers/lxd/lxd-4.0.8-r3.ebuild (renamed from app-containers/lxd/lxd-4.0.8-r2.ebuild) | 6 | ||||
-rw-r--r-- | app-containers/lxd/lxd-4.0.9-r1.ebuild (renamed from app-containers/lxd/lxd-4.0.9.ebuild) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-containers/lxd/lxd-4.0.8-r2.ebuild b/app-containers/lxd/lxd-4.0.8-r3.ebuild index f33144850c9d..f301c886cd62 100644 --- a/app-containers/lxd/lxd-4.0.8-r2.ebuild +++ b/app-containers/lxd/lxd-4.0.8-r3.ebuild @@ -23,13 +23,13 @@ DEPEND="acct-group/lxd dev-libs/lzo dev-libs/raft[lz4] >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp,ipv6?] + net-dns/dnsmasq[dhcp,ipv6(+)?] sys-libs/libcap virtual/udev" RDEPEND="${DEPEND} net-firewall/ebtables - net-firewall/iptables[ipv6?] - sys-apps/iproute2[ipv6?] + net-firewall/iptables[ipv6(+)?] + sys-apps/iproute2[ipv6(+)?] sys-fs/fuse:* sys-fs/lxcfs sys-fs/squashfs-tools[lzma] diff --git a/app-containers/lxd/lxd-4.0.9.ebuild b/app-containers/lxd/lxd-4.0.9-r1.ebuild index 5e1fcec33945..999b833af717 100644 --- a/app-containers/lxd/lxd-4.0.9.ebuild +++ b/app-containers/lxd/lxd-4.0.9-r1.ebuild @@ -23,13 +23,13 @@ DEPEND="acct-group/lxd dev-libs/lzo dev-libs/raft[lz4] >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp,ipv6?] + net-dns/dnsmasq[dhcp,ipv6(+)?] sys-libs/libcap virtual/udev" RDEPEND="${DEPEND} net-firewall/ebtables - net-firewall/iptables[ipv6?] - sys-apps/iproute2[ipv6?] + net-firewall/iptables[ipv6(+)?] + sys-apps/iproute2[ipv6(+)?] sys-fs/fuse:* sys-fs/lxcfs sys-fs/squashfs-tools[lzma] |