From 42f05eb19d32d1c24c703ffbe3ee73610e638df3 Mon Sep 17 00:00:00 2001 From: Parona <5734703-Parona@users.noreply.gitlab.com> Date: Thu, 11 Jun 2020 17:35:57 +0300 Subject: [PATCH] media-video/olive: changing eclass --- media-video/olive/olive-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/olive/olive-9999.ebuild b/media-video/olive/olive-9999.ebuild index 6d7027e..243c1cd 100644 --- a/media-video/olive/olive-9999.ebuild +++ b/media-video/olive/olive-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit xdg-utils cmake-utils +inherit xdg-utils cmake DESCRIPTION="Professional open-source non-linear video editor" HOMEPAGE="https://github.com/olive-editor/olive" @@ -53,7 +53,7 @@ src_configure() { local mycmakeargs=( -DBUILD_DOXYGEN="$(usex doxygen)" ) - cmake-utils_src_configure + cmake_src_configure } src_install() { @@ -61,7 +61,7 @@ src_install() { docinto html dodoc -r docs/html/. fi - cmake-utils_src_install + cmake_src_install } pkg_postinst() {