summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-11-23 22:24:02 -0500
committerMike Gilbert <floppym@gentoo.org>2022-11-23 22:24:02 -0500
commit2fe852193563ad8730d421fe319cd20b55c1e75a (patch)
tree5518145006841af6574bd905856822c25b3d0c68 /dev-util/oprofile
parentprofiles/arch/sparc: mask gnome-base/nautilus[previewer] too (diff)
downloadgentoo-2fe852193563ad8730d421fe319cd20b55c1e75a.tar.gz
gentoo-2fe852193563ad8730d421fe319cd20b55c1e75a.tar.bz2
gentoo-2fe852193563ad8730d421fe319cd20b55c1e75a.zip
dev-util/oprofile: make kernel config check non-fatal
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r--dev-util/oprofile/oprofile-1.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/oprofile/oprofile-1.4.0.ebuild b/dev-util/oprofile/oprofile-1.4.0.ebuild
index 8c623f03696c..a2eba4e7291c 100644
--- a/dev-util/oprofile/oprofile-1.4.0.ebuild
+++ b/dev-util/oprofile/oprofile-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,7 +31,7 @@ RDEPEND="${CDEPEND}
acct-group/oprofile
"
-CONFIG_CHECK="PERF_EVENTS"
+CONFIG_CHECK="~PERF_EVENTS"
ERROR_PERF_EVENTS="CONFIG_PERF_EVENTS is mandatory for ${PN} to work."
pkg_setup() {