summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2016-10-04 12:10:58 +0000
committerErik Mackdanz <stasibear@gentoo.org>2016-10-04 12:10:58 +0000
commita1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d (patch)
treedc27818d790896df00a44fc45d5e17cbc749b3e7 /app-emulation/lxd
parentapp-text/jabref-bin: Version bump (diff)
downloadgentoo-a1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d.tar.gz
gentoo-a1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d.tar.bz2
gentoo-a1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d.zip
app-emulation/lxd: add einfo that fan is unsupported
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-emulation/lxd')
-rw-r--r--app-emulation/lxd/lxd-2.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/lxd/lxd-2.3.ebuild b/app-emulation/lxd/lxd-2.3.ebuild
index 46d66307e958..809f11ace32c 100644
--- a/app-emulation/lxd/lxd-2.3.ebuild
+++ b/app-emulation/lxd/lxd-2.3.ebuild
@@ -189,4 +189,7 @@ pkg_postinst() {
einfo
einfo "Since these features can't be disabled at build-time they are"
einfo "not USE-conditional."
+ einfo
+ einfo "Networks with bridge.mode=fan are unsupported due to requiring"
+ einfo "a patched kernel and iproute2."
}