commit:     b9021de41c321f0925c8568e4b645e4748cf7578
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  8 09:37:06 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Sep  8 09:37:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9021de4

sys-apps/colorized-logs: Migrate to cmake.eclass

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-apps/colorized-logs/colorized-logs-2.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/colorized-logs/colorized-logs-2.6.ebuild 
b/sys-apps/colorized-logs/colorized-logs-2.6.ebuild
index 389adea29c5..1418d2bd362 100644
--- a/sys-apps/colorized-logs/colorized-logs-2.6.ebuild
+++ b/sys-apps/colorized-logs/colorized-logs-2.6.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-inherit cmake-utils
+EAPI=8
+inherit cmake
 
 DESCRIPTION="Tools for logs with ANSI color"
 HOMEPAGE="https://github.com/kilobyte/colorized-logs/";
@@ -17,7 +17,7 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
        # Rename to not collide with dev-python/ansi2html
        mv "${ED}/usr/bin/ansi2html" "${ED}/usr/bin/cl-ansi2html" || die
        mv "${ED}/usr/share/man/man1/ansi2html.1" 
"${ED}/usr/share/man/man1/cl-ansi2html.1" || die

Reply via email to