From b5133ae69349f020a38a17e9ae4467b1a530e163 Mon Sep 17 00:00:00 2001 From: ringoding <46097282+ringoding@users.noreply.github.com> Date: Mon, 24 Jun 2019 21:26:15 -0400 Subject: Inherit desktop in EAPI 7 for .desktop files Signed-off-by: Albert Diserholt --- 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" -- cgit v1.2.3-65-gdbad