From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1388672-garchives=archives.gentoo.org@lists.gentoo.org> 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 C559315808D for <garchives@archives.gentoo.org>; Fri, 22 Apr 2022 18:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87FBDE0839; Fri, 22 Apr 2022 18:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D269AE0837 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2022 18:47:52 +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 3379E341992 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2022 18:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9513A318 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2022 18:47:49 +0000 (UTC) From: "Yuan Liao" <liaoyuan@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" <liaoyuan@gmail.com> Message-ID: <1650653253.c76b74ac795d859f0895880f0311d61cd8742599.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/text-engine/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/text-engine/text-engine-9999.ebuild X-VCS-Directories: gui-libs/text-engine/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: c76b74ac795d859f0895880f0311d61cd8742599 X-VCS-Branch: dev Date: Fri, 22 Apr 2022 18:47:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a91f53bd-f5ea-40a1-b448-a1c882f2ba84 X-Archives-Hash: e400027c51c2c96e8dcaceb53fd2777b commit: c76b74ac795d859f0895880f0311d61cd8742599 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com> AuthorDate: Fri Apr 22 18:14:25 2022 +0000 Commit: Yuan Liao <liaoyuan <AT> gmail <DOT> com> CommitDate: Fri Apr 22 18:47:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c76b74ac gui-libs/text-engine: Update LICENSE for live ebuild The upstream has recently changed the license from LGPL-3+ to || ( MPL-2.0 LGPL-2.1+ ) in some commits staged for the next release; the license change has not been retrospectively applied to versions already released yet. Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com> gui-libs/text-engine/text-engine-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/text-engine/text-engine-9999.ebuild b/gui-libs/text-engine/text-engine-9999.ebuild index 3d0af284c..f0d007a6f 100644 --- a/gui-libs/text-engine/text-engine-9999.ebuild +++ b/gui-libs/text-engine/text-engine-9999.ebuild @@ -16,7 +16,7 @@ fi DESCRIPTION="A lightweight rich-text framework for GTK 4" HOMEPAGE="https://github.com/mjakeman/text-engine" -LICENSE="LGPL-3+" +LICENSE="|| ( MPL-2.0 LGPL-2.1+ )" SLOT="0" BDEPEND="