From ccf8f2eed21c4dcea52500a6c606b81a21bf00c2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 01:23:23 +0100 Subject: 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 --- media-gfx/opentoonz/opentoonz-1.4.0.ebuild | 4 ++-- 1 file 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=( -- cgit v1.2.3-65-gdbad