From e260de3fabfe5e5d7ea4204d1ca01b8edad07bf4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 12 Apr 2026 04:13:39 +0100 Subject: [PATCH] app-benchmarks/bootchart2: make CONFIG_* kernel config check effective Signed-off-by: Sam James --- app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild b/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild index 14fc1962098bb..0004cc4d07d5b 100644 --- a/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild +++ b/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,6 +37,7 @@ PATCHES=( ) pkg_setup() { + linux-info_pkg_setup use cairo && python-single-r1_pkg_setup }