diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2016-10-04 12:10:58 +0000 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2016-10-04 12:10:58 +0000 |
commit | a1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d (patch) | |
tree | dc27818d790896df00a44fc45d5e17cbc749b3e7 /app-emulation | |
parent | app-text/jabref-bin: Version bump (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emulation/lxd/lxd-2.3.ebuild | 3 |
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." } |