From 75323cb9a67484e6d21740753b20b294375b0e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 12 Feb 2022 12:06:35 +0100 Subject: [PATCH] app-containers/lxd: Use (+) for ipv6 flag deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Sam James --- .../lxd/{lxd-4.0.8-r2.ebuild => lxd-4.0.8-r3.ebuild} | 6 +++--- .../lxd/{lxd-4.0.9.ebuild => lxd-4.0.9-r1.ebuild} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename app-containers/lxd/{lxd-4.0.8-r2.ebuild => lxd-4.0.8-r3.ebuild} (98%) rename app-containers/lxd/{lxd-4.0.9.ebuild => lxd-4.0.9-r1.ebuild} (97%) diff --git a/app-containers/lxd/lxd-4.0.8-r2.ebuild b/app-containers/lxd/lxd-4.0.8-r3.ebuild similarity index 98% rename from app-containers/lxd/lxd-4.0.8-r2.ebuild rename to app-containers/lxd/lxd-4.0.8-r3.ebuild index f33144850c9db..f301c886cd627 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 similarity index 97% rename from app-containers/lxd/lxd-4.0.9.ebuild rename to app-containers/lxd/lxd-4.0.9-r1.ebuild index 5e1fcec339450..999b833af717c 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]