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 8DA9515803E for ; Fri, 5 Jan 2024 05:24:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 388352BC079; Fri, 5 Jan 2024 05:24:34 +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 1ABAB2BC079 for ; Fri, 5 Jan 2024 05:24:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1D1273430B3 for ; Fri, 5 Jan 2024 05:24:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B217C14AB for ; Fri, 5 Jan 2024 05:24:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704432246.2be7d3e1c44effae1c484d20b634c9bd8e41eee8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rgbds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rgbds/rgbds-0.6.1.ebuild dev-util/rgbds/rgbds-9999.ebuild X-VCS-Directories: dev-util/rgbds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2be7d3e1c44effae1c484d20b634c9bd8e41eee8 X-VCS-Branch: master Date: Fri, 5 Jan 2024 05:24:31 +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: 055f29b6-7197-4183-b06f-f72cd57b8c0a X-Archives-Hash: 3a9f52932091bac840ff535534b91673 commit: 2be7d3e1c44effae1c484d20b634c9bd8e41eee8 Author: orbea riseup net> AuthorDate: Sun Nov 26 14:15:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 5 05:24:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be7d3e1 dev-util/rgbds: update LICENSE Closes: https://bugs.gentoo.org/917666 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/34001 Signed-off-by: Sam James gentoo.org> dev-util/rgbds/rgbds-0.6.1.ebuild | 2 +- dev-util/rgbds/rgbds-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/rgbds/rgbds-0.6.1.ebuild b/dev-util/rgbds/rgbds-0.6.1.ebuild index dbaaeda14a40..8a643cb45801 100644 --- a/dev-util/rgbds/rgbds-0.6.1.ebuild +++ b/dev-util/rgbds/rgbds-0.6.1.ebuild @@ -15,7 +15,7 @@ else KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" fi -LICENSE="ZLIB" +LICENSE="MIT" SLOT="0" DEPEND="media-libs/libpng" diff --git a/dev-util/rgbds/rgbds-9999.ebuild b/dev-util/rgbds/rgbds-9999.ebuild index 9245f4deb4f2..51e115fe3583 100644 --- a/dev-util/rgbds/rgbds-9999.ebuild +++ b/dev-util/rgbds/rgbds-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ else KEYWORDS="~amd64" fi -LICENSE="ZLIB" +LICENSE="MIT" SLOT="0" DEPEND="media-libs/libpng"