diff --git a/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r1.ebuild b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r2.ebuild similarity index 87% rename from x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r1.ebuild rename to x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r2.ebuild index 9e3fdd21137e..740607698042 100644 --- a/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r1.ebuild +++ b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r2.ebuild @@ -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 }