summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/systemtap/systemtap-0.8.ebuild')
-rw-r--r--dev-util/systemtap/systemtap-0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/systemtap/systemtap-0.8.ebuild b/dev-util/systemtap/systemtap-0.8.ebuild
index c1cf79004936..0b70e1e3a93a 100644
--- a/dev-util/systemtap/systemtap-0.8.ebuild
+++ b/dev-util/systemtap/systemtap-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-0.8.ebuild,v 1.3 2009/03/29 09:29:34 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-0.8.ebuild,v 1.4 2009/06/05 19:56:10 swegener Exp $
inherit linux-info eutils
@@ -28,7 +28,7 @@ DEPEND=">=dev-libs/elfutils-0.131
RDEPEND="${DEPEND}
virtual/linux-sources"
-CONFIG_CHECK="KPROBES ~RELAY ~DEBUG_FS"
+CONFIG_CHECK="~KPROBES ~RELAY ~DEBUG_FS"
ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - this can be enabled in 'Instrumentation Support -> Kprobes'."
ERROR_RELAY="${PN} works with support for user space relay support (RELAY) - this can be enabled in 'General setup -> Kernel->user space relay support (formerly relayfs)'."
ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - this can be enabled in 'Kernel hacking -> Debug Filesystem'."