From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92606138334 for ; Sun, 7 Jul 2019 10:20:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0ABDE083B; Sun, 7 Jul 2019 10:20:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96000E083B for ; Sun, 7 Jul 2019 10:20:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9AE43472E2 for ; Sun, 7 Jul 2019 10:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A7F4D3 for ; Sun, 7 Jul 2019 10:20:51 +0000 (UTC) From: "Albert Diserholt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Albert Diserholt" Message-ID: <1562494813.b5133ae69349f020a38a17e9ae4467b1a530e163.albert@gentoo> Subject: [gentoo-commits] repo/user/Drauthius:master commit in: dev-games/godot/ X-VCS-Repository: repo/user/Drauthius X-VCS-Files: dev-games/godot/godot-3.1.1.ebuild X-VCS-Directories: dev-games/godot/ X-VCS-Committer: albert X-VCS-Committer-Name: Albert Diserholt X-VCS-Revision: b5133ae69349f020a38a17e9ae4467b1a530e163 X-VCS-Branch: master Date: Sun, 7 Jul 2019 10:20:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef86ff15-d72f-4599-ae56-5fe42e824d33 X-Archives-Hash: 43966957e78069e8fd150411bfca202f commit: b5133ae69349f020a38a17e9ae4467b1a530e163 Author: ringoding <46097282+ringoding users noreply github com> AuthorDate: Tue Jun 25 01:26:15 2019 +0000 Commit: Albert Diserholt diserholt 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 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"