diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 01:23:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:46 +0100 |
commit | ccf8f2eed21c4dcea52500a6c606b81a21bf00c2 (patch) | |
tree | c47e3caf34337a62c4f63801ddb4d6e50da81e08 /media-gfx/opentoonz | |
parent | games-action/dxx-rebirth: drop superflous PROPERTIES="live" (diff) | |
download | gentoo-ccf8f2eed21c4dcea52500a6c606b81a21bf00c2.tar.gz gentoo-ccf8f2eed21c4dcea52500a6c606b81a21bf00c2.tar.bz2 gentoo-ccf8f2eed21c4dcea52500a6c606b81a21bf00c2.zip |
media-gfx/opentoonz: fix CMAKE_MAKEFILE_GENERATOR use
Controls sys-devel/make dependency in global scope,
hence must be defined pre-inherit.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/opentoonz')
-rw-r--r-- | media-gfx/opentoonz/opentoonz-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild index cccd2e4ca023..e18b20946951 100644 --- a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild +++ b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +CMAKE_MAKEFILE_GENERATOR=emake inherit cmake xdg-utils DESCRIPTION="An open-source full-featured 2D animation creation software" @@ -48,7 +49,6 @@ DEPEND=" " CMAKE_USE_DIR="${S}"/toonz/sources -CMAKE_MAKEFILE_GENERATOR=emake src_configure() { local mycmakeargs=( |