commit:     84e64b141cad19839c7757b79630866a1b8d821b
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Apr  4 21:23:04 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Apr  4 21:23:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84e64b14

games-arcade/opensurge: Move from cmake-utils to cmake

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 games-arcade/opensurge/opensurge-0.5.0_p1.ebuild | 8 ++++----
 games-arcade/opensurge/opensurge-9999.ebuild     | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-arcade/opensurge/opensurge-0.5.0_p1.ebuild 
b/games-arcade/opensurge/opensurge-0.5.0_p1.ebuild
index 8105565..071f9fa 100644
--- a/games-arcade/opensurge/opensurge-0.5.0_p1.ebuild
+++ b/games-arcade/opensurge/opensurge-0.5.0_p1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 if [[ "${PV}" == "9999" ]]; then
        inherit git-r3
@@ -38,7 +38,7 @@ src_prepare() {
        sed -i '/INSTALL(TARGETS "${GAME_UNIXNAME}" 
/s/"${CMAKE_INSTALL_PREFIX}/\0\/bin/' \
                CMakeLists.txt || die "Failed fixing executable target"
 
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 
 src_configure() {
@@ -47,5 +47,5 @@ src_configure() {
                -DCMAKE_INSTALL_PREFIX="/usr"
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }

diff --git a/games-arcade/opensurge/opensurge-9999.ebuild 
b/games-arcade/opensurge/opensurge-9999.ebuild
index da9d296..e56fc30 100644
--- a/games-arcade/opensurge/opensurge-9999.ebuild
+++ b/games-arcade/opensurge/opensurge-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 MY_PV="${PV/_/-}"
 

Reply via email to