commit: 3f5eb83c65ad17fb179b5d927b6e9524875fbbbe
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 7 04:02:15 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 22:59:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5eb83c
app-benchmarks/bootchart2: fix typo in eclass function leading to fatal error
We never call {eclass}_pkg_setup, so no python impl
Fixes: ace8b37ca275ab88fec31daf59f369d2aa25ecef
Bug: https://bugs.gentoo.org/950448
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 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 b2a8b7474111..3d7d83bdc51b 100644
--- a/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild
+++ b/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild
@@ -37,7 +37,7 @@ PATCHES=(
)
pkg_setup() {
- use cairo && python-single_r1_pkg_setup
+ use cairo && python-single-r1_pkg_setup
}
src_prepare() {