diff options
author | 2023-01-22 19:20:53 +0200 | |
---|---|---|
committer | 2023-01-22 19:21:37 +0200 | |
commit | 118dd8850381cac4b159027643f50b95172ea940 (patch) | |
tree | 2ead6d81a6c3b932e75214672e026ca48434a14c /app-containers/lxd/lxd-5.0.1-r6.ebuild | |
parent | sys-kernel/gentoo-sources: drop 6.1.5 (diff) | |
download | gentoo-118dd8850381cac4b159027643f50b95172ea940.tar.gz gentoo-118dd8850381cac4b159027643f50b95172ea940.tar.bz2 gentoo-118dd8850381cac4b159027643f50b95172ea940.zip |
app-containers/lxd: update the ipv6 optfeatures
- iproute2 and iptables should have it enabled unconditionally already.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers/lxd/lxd-5.0.1-r6.ebuild')
-rw-r--r-- | app-containers/lxd/lxd-5.0.1-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/lxd/lxd-5.0.1-r6.ebuild b/app-containers/lxd/lxd-5.0.1-r6.ebuild index 944e9f88133b..94090ea58185 100644 --- a/app-containers/lxd/lxd-5.0.1-r6.ebuild +++ b/app-containers/lxd/lxd-5.0.1-r6.ebuild @@ -187,7 +187,7 @@ pkg_postinst() { elog optfeature "virtual machine support" app-emulation/qemu[spice,usbredir,virtfs] optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] net-firewall/iptables[ipv6] sys-apps/iproute2[ipv6] + optfeature "ipv6 support" net-dns/dnsmasq[ipv6] optfeature "lvm2 storage backend" sys-fs/lvm2 optfeature "zfs storage backend" sys-fs/zfs elog |