diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-11-23 22:24:02 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-11-23 22:24:02 -0500 |
commit | 2fe852193563ad8730d421fe319cd20b55c1e75a (patch) | |
tree | 5518145006841af6574bd905856822c25b3d0c68 /dev-util | |
parent | profiles/arch/sparc: mask gnome-base/nautilus[previewer] too (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-util/oprofile/oprofile-1.4.0.ebuild | 4 |
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() { |