diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-15 11:53:39 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-15 11:53:39 +0100 |
commit | dd102a6efef4e167ecafde912bcc7373a0c886a7 (patch) | |
tree | c0770254c61a768cfe77c5d3cc2cbbb1a6a879c2 /dev-games | |
parent | dev-embedded/mv88e6xxx-dump: drop UnusedInherits (diff) | |
download | guru-dd102a6efef4e167ecafde912bcc7373a0c886a7.tar.gz guru-dd102a6efef4e167ecafde912bcc7373a0c886a7.tar.bz2 guru-dd102a6efef4e167ecafde912bcc7373a0c886a7.zip |
dev-games/godot: fix IndirectInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/godot/godot-3.3.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/godot/godot-3.3.2-r1.ebuild b/dev-games/godot/godot-3.3.2-r1.ebuild index ee8031070..bee4feb73 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" |