summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/mono/mono-3.12.1.ebuild')
-rw-r--r--dev-lang/mono/mono-3.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/mono/mono-3.12.1.ebuild b/dev-lang/mono/mono-3.12.1.ebuild
index 03928d106f7d..1952ade7f2f4 100644
--- a/dev-lang/mono/mono-3.12.1.ebuild
+++ b/dev-lang/mono/mono-3.12.1.ebuild
@@ -35,7 +35,7 @@ DEPEND="${COMMONDEPEND}
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"
+ CONFIG_CHECK="SYSVIPC"
use kernel_linux && check_extra_config
}