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 198291582ED for ; Sat, 8 Jun 2024 12:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B9EE2A54; Sat, 8 Jun 2024 12:03:20 +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 4E630E2A53 for ; Sat, 8 Jun 2024 12:03:20 +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 6B25C34027D for ; Sat, 8 Jun 2024 12:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0586C1C60 for ; Sat, 8 Jun 2024 12:03:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1717848144.9e36e3f5e3cdfdba30b5720aa881f1c36a4834bb.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/moe/moe-1.12.ebuild X-VCS-Directories: app-editors/moe/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9e36e3f5e3cdfdba30b5720aa881f1c36a4834bb X-VCS-Branch: master Date: Sat, 8 Jun 2024 12:03:18 +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: 701115b1-4a98-4b8d-b0e8-db2351e9b4d7 X-Archives-Hash: 3e1d286db121f2c5f9ce872c865f24b1 commit: 9e36e3f5e3cdfdba30b5720aa881f1c36a4834bb Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jun 8 10:10:58 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jun 8 12:02:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e36e3f5 app-editors/moe: fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://bugs.gentoo.org/881629 Closes: https://github.com/gentoo/gentoo/pull/37079 Signed-off-by: Arthur Zamarin gentoo.org> app-editors/moe/moe-1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/moe/moe-1.12.ebuild b/app-editors/moe/moe-1.12.ebuild index 83d00419afd1..2669fcffdb1d 100644 --- a/app-editors/moe/moe-1.12.ebuild +++ b/app-editors/moe/moe-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ DESCRIPTION="A powerful and user-friendly console text editor" HOMEPAGE="https://www.gnu.org/software/moe/" SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" -LICENSE="GPL-3" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~riscv x86 ~amd64-linux ~x86-linux"