From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2BA8138330 for ; Tue, 4 Oct 2016 12:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2E4BE0B73; Tue, 4 Oct 2016 12:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95419E0B73 for ; Tue, 4 Oct 2016 12:11:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64E22340FD6 for ; Tue, 4 Oct 2016 12:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4238244E for ; Tue, 4 Oct 2016 12:11:07 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1475583058.a1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxd/lxd-2.3.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: a1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d X-VCS-Branch: master Date: Tue, 4 Oct 2016 12:11:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24506b63-8e47-4503-9937-5182caf25089 X-Archives-Hash: 8d2ac7d34d3b28ddcdcb2c99fd1e7f5f commit: a1bddc4eb0e1c5ce2fd8017bfaa818f780b48a5d Author: Erik Mackdanz gentoo org> AuthorDate: Tue Oct 4 12:10:58 2016 +0000 Commit: Erik Mackdanz gentoo 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." }