diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-02-08 09:17:31 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-08 09:57:58 +0200 |
commit | d3f2ea1289796133ad07f28d13603bc38ee40cd5 (patch) | |
tree | e0fad07d77830ee6a28c7a92ca7d966a305c5f06 /media-gfx/opentoonz | |
parent | media-gfx/opentoonz: version bump to 1.4.0 (diff) | |
download | gentoo-d3f2ea1289796133ad07f28d13603bc38ee40cd5.tar.gz gentoo-d3f2ea1289796133ad07f28d13603bc38ee40cd5.tar.bz2 gentoo-d3f2ea1289796133ad07f28d13603bc38ee40cd5.zip |
media-gfx/opentoonz: switch 1.4.0 to cmake.eclass
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/opentoonz')
-rw-r--r-- | media-gfx/opentoonz/opentoonz-1.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild index 16a8634aa4c0..cccd2e4ca023 100644 --- a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild +++ b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="An open-source full-featured 2D animation creation software" HOMEPAGE="https://github.com/opentoonz/opentoonz" @@ -67,14 +67,14 @@ src_configure() { --enable-static \ --disable-shared - cmake-utils_src_configure + cmake_src_configure } src_compile() { cd "${S}"/thirdparty/tiff-4.0.3 || die emake - cmake-utils_src_compile + cmake_src_compile } pkg_postinst() { |