commit: 6eec28162bf60e3ea41500b1571b3713128acdd9 Author: Heather <Cynede <AT> Gentoo <DOT> org> AuthorDate: Thu Jul 17 04:15:42 2014 +0000 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org> CommitDate: Thu Jul 17 04:15:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=6eec2816
make kernel checks nonfatal https://bugs.gentoo.org/show_bug.cgi?id=513852 --- dev-lang/mono/mono-3.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mono/mono-3.2.8.ebuild b/dev-lang/mono/mono-3.2.8.ebuild index f07a605..d79a217 100644 --- a/dev-lang/mono/mono-3.2.8.ebuild +++ b/dev-lang/mono/mono-3.2.8.ebuild @@ -37,7 +37,7 @@ pkg_pretend() { # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling. # See http://bugs.gentoo.org/261869 for more info." CONFIG_CHECK="SYSVIPC" - use kernel_linux && check_extra_config + use kernel_linux && nonfatal check_extra_config } pkg_setup() {
