From dd102a6efef4e167ecafde912bcc7373a0c886a7 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 15 Dec 2021 11:53:39 +0100 Subject: [PATCH] dev-games/godot: fix IndirectInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-games/godot/godot-3.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/godot/godot-3.3.2-r1.ebuild b/dev-games/godot/godot-3.3.2-r1.ebuild index ee80310705..bee4feb73e 100644 --- a/dev-games/godot/godot-3.3.2-r1.ebuild +++ b/dev-games/godot/godot-3.3.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..9} ) -inherit desktop python-any-r1 scons-utils xdg +inherit desktop python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine" HOMEPAGE="https://godotengine.org"