diff options
author | ringoding <46097282+ringoding@users.noreply.github.com> | 2019-06-24 21:26:15 -0400 |
---|---|---|
committer | Albert Diserholt <albert@diserholt.com> | 2019-07-07 12:20:13 +0200 |
commit | b5133ae69349f020a38a17e9ae4467b1a530e163 (patch) | |
tree | c1f351a83fba4445cbfb9be0694059919243bec5 | |
parent | Fixed problem with building Godot with LLVM/clang. (diff) | |
download | Drauthius-b5133ae69349f020a38a17e9ae4467b1a530e163.tar.gz Drauthius-b5133ae69349f020a38a17e9ae4467b1a530e163.tar.bz2 Drauthius-b5133ae69349f020a38a17e9ae4467b1a530e163.zip |
Inherit desktop in EAPI 7 for .desktop files
Signed-off-by: Albert Diserholt <albert@diserholt.com>
-rw-r--r-- | dev-games/godot/godot-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |