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 4E32B15808D for ; Sat, 23 Apr 2022 08:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E66E08E0; Sat, 23 Apr 2022 08:47:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77530E077A for ; Sat, 23 Apr 2022 08:47:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 476C0341291 for ; Sat, 23 Apr 2022 08:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93C5175 for ; Sat, 23 Apr 2022 08:47:16 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1650703345.77363a615c16965e055231a09cdba37a88ff88bd.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/pico8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/pico8/pico8-0.2.4c.ebuild X-VCS-Directories: dev-lang/pico8/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 77363a615c16965e055231a09cdba37a88ff88bd X-VCS-Branch: master Date: Sat, 23 Apr 2022 08:47:16 +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: 6f7a091a-ecac-4e97-9d23-f2f55ae7bb42 X-Archives-Hash: 2379f28bc2af5ebd11daec6c1991f5d7 commit: 77363a615c16965e055231a09cdba37a88ff88bd Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 23 08:42:17 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 23 08:42:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77363a61 dev-lang/pico8: Explicitly list MIT and BSD-2 in LICENSE Acked-by: James Le Cuirot gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> dev-lang/pico8/pico8-0.2.4c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/pico8/pico8-0.2.4c.ebuild b/dev-lang/pico8/pico8-0.2.4c.ebuild index d75f09875a0c..86749facb14f 100644 --- a/dev-lang/pico8/pico8-0.2.4c.ebuild +++ b/dev-lang/pico8/pico8-0.2.4c.ebuild @@ -14,7 +14,7 @@ SRC_URI=" arm64? ( ${MY_PN}_${PV}_raspi.zip ) x86? ( ${MY_PN}_${PV}_i386.zip ) " -LICENSE="${MY_PN^^}" +LICENSE="PICO-8 MIT BSD-2" SLOT="0" KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" RESTRICT="bindist fetch"