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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3738158086 for ; Wed, 15 Dec 2021 10:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A67B42BC032; Wed, 15 Dec 2021 10:57:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 719822BC00A for ; Wed, 15 Dec 2021 10:57:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56F5B343042 for ; Wed, 15 Dec 2021 10:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 124DA23E for ; Wed, 15 Dec 2021 10:57:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639565619.dd102a6efef4e167ecafde912bcc7373a0c886a7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-games/godot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-games/godot/godot-3.3.2-r1.ebuild X-VCS-Directories: dev-games/godot/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: dd102a6efef4e167ecafde912bcc7373a0c886a7 X-VCS-Branch: dev Date: Wed, 15 Dec 2021 10:57:11 +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: b52107e4-4a8d-4f2e-b52c-7b7549354710 X-Archives-Hash: e4a4048d4a9a2df53420bdd70f7bff4d Message-ID: <20211215105711.8yoBsnCGRifn_r2Twq_5VaO7_q-zuh4QmyeaMRYziGo@z> commit: dd102a6efef4e167ecafde912bcc7373a0c886a7 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 10:53:39 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 10:53:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd102a6e dev-games/godot: fix IndirectInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-games/godot/godot-3.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"