commit: a1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d
Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 12:10:58 2016 +0000
Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 12:10:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bddc4e
app-emulation/lxd: add einfo that fan is unsupported
Package-Manager: portage-2.3.1
app-emulation/lxd/lxd-2.3.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-emulation/lxd/lxd-2.3.ebuild b/app-emulation/lxd/lxd-2.3.ebuild
index 46d6630..809f11a 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."
}