mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
x11-plugins/wmcpuwatch: update EAPI 7 -> 8
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
parent
2a24ff95fd
commit
200b2d7aeb
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
DESCRIPTION="dockapp showing the load of every logical CPU on the system"
|
DESCRIPTION="dockapp showing the load of every logical CPU on the system"
|
||||||
@ -22,6 +22,7 @@ PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
|
|||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
cmake_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
|
use doc || sed -e "s/add_subdirectory(doc)//" -i CMakeLists.txt || die
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user