commit: b5133ae69349f020a38a17e9ae4467b1a530e163 Author: ringoding <46097282+ringoding <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Tue Jun 25 01:26:15 2019 +0000 Commit: Albert Diserholt <albert <AT> diserholt <DOT> com> CommitDate: Sun Jul 7 10:20:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/user/Drauthius.git/commit/?id=b5133ae6
Inherit desktop in EAPI 7 for .desktop files Signed-off-by: Albert Diserholt <albert <AT> diserholt.com> dev-games/godot/godot-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/godot/godot-3.1.1.ebuild b/dev-games/godot/godot-3.1.1.ebuild index 1d1bff5..e564b89 100644 --- a/dev-games/godot/godot-3.1.1.ebuild +++ b/dev-games/godot/godot-3.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit eutils python-any-r1 scons-utils flag-o-matic llvm +inherit eutils python-any-r1 scons-utils flag-o-matic llvm desktop DESCRIPTION="Multi-platform 2D and 3D game engine" HOMEPAGE="http://godotengine.org"
