summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-09-08 11:37:06 +0200
committerPacho Ramos <pacho@gentoo.org>2021-09-08 11:37:06 +0200
commitb9021de41c321f0925c8568e4b645e4748cf7578 (patch)
tree2b1be040fc10c6388cf93197a4e8d6c788eeb370 /sys-apps
parentsys-power/thermald: sys-power/dptfxtract not needed anymore (diff)
downloadgentoo-b9021de41c321f0925c8568e4b645e4748cf7578.tar.gz
gentoo-b9021de41c321f0925c8568e4b645e4748cf7578.tar.bz2
gentoo-b9021de41c321f0925c8568e4b645e4748cf7578.zip
sys-apps/colorized-logs: Migrate to cmake.eclass
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/colorized-logs/colorized-logs-2.6.ebuild6
1 files 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 389adea29c5e..1418d2bd3623 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