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 6810E1382C5 for ; Fri, 15 Jan 2021 23:14:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70BCDE0837; Fri, 15 Jan 2021 23:14:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 58117E0837 for ; Fri, 15 Jan 2021 23:14:00 +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 CFDB7340F4D for ; Fri, 15 Jan 2021 23:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38894476 for ; Fri, 15 Jan 2021 23:13:57 +0000 (UTC) From: "Ross Charles Campbell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ross Charles Campbell" Message-ID: <1610752433.5f14f97d12b4f07bc839f31d0c50c8acc23842a8.rossbridger@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.2.3.ebuild X-VCS-Directories: dev-games/godot/ X-VCS-Committer: rossbridger X-VCS-Committer-Name: Ross Charles Campbell X-VCS-Revision: 5f14f97d12b4f07bc839f31d0c50c8acc23842a8 X-VCS-Branch: dev Date: Fri, 15 Jan 2021 23:13:57 +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: 26daccec-fdd4-4af6-9bad-f5014679606b X-Archives-Hash: 33cd549ce793c960351f8aa34d8aba40 commit: 5f14f97d12b4f07bc839f31d0c50c8acc23842a8 Author: Ross Charles Campbell gmail com> AuthorDate: Fri Jan 15 23:12:18 2021 +0000 Commit: Ross Charles Campbell gmail com> CommitDate: Fri Jan 15 23:13:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f14f97d dev-games/godot: corrects LICENSE Closes: https://bugs.gentoo.org/765553 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Ross Charles Campbell gmail.com> dev-games/godot/godot-3.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/godot/godot-3.2.3.ebuild b/dev-games/godot/godot-3.2.3.ebuild index 88b5e170..05980a2d 100644 --- a/dev-games/godot/godot-3.2.3.ebuild +++ b/dev-games/godot/godot-3.2.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/godotengine/${PN}/archive/${PV}-stable.tar.gz -> ${P S="${WORKDIR}/${P}-stable" KEYWORDS="~amd64 ~x86" -LICENSE="Apache-2.0 BSD BSL-1.1 CC-BY-3.0 MIT MPL-2.0 OFL-1.1 public-domain ZLIB" +LICENSE="Apache-2.0 Boost-1.0 BSD CC-BY-3.0 MIT MPL-2.0 OFL-1.1 public-domain ZLIB" SLOT="0" IUSE="+bullet debug +enet +freetype lto +mbedtls +ogg +opus pulseaudio +theora +udev +upnp +vorbis +webp"