x11-plugins/wmcpuwatch: update EAPI 7 -> 8

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli 2025-09-11 21:34:17 +02:00
parent 2a24ff95fd
commit 200b2d7aeb
No known key found for this signature in database
GPG Key ID: 00F7AB331B0F097F

View File

@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit cmake
DESCRIPTION="dockapp showing the load of every logical CPU on the system"
@ -22,6 +22,7 @@ PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
src_prepare() {
cmake_src_prepare
sed -e "/cmake_minimum_required/s/3.9/3.10/" -i CMakeLists.txt || die
use doc || sed -e "s/add_subdirectory(doc)//" -i CMakeLists.txt || die
}