media-video/olive: changing eclass

This commit is contained in:
Parona 2020-06-11 17:35:57 +03:00
parent c4e34882a9
commit 42f05eb19d
1 changed files with 3 additions and 3 deletions

View File

@ -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() {