commit:     200b2d7aeb96903860829a29f12d11052cc4846b
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 19:34:17 2025 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 19:35:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200b2d7a

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

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 .../{wmcpuwatch-0.2-r1.ebuild => wmcpuwatch-0.2-r2.ebuild}           | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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
 }
 

Reply via email to