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 031FE139360 for ; Fri, 13 Aug 2021 20:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52D48E0900; Fri, 13 Aug 2021 20:41:35 +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 0DB93E0900 for ; Fri, 13 Aug 2021 20:41:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F0729342AA5 for ; Fri, 13 Aug 2021 20:41:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C9928BB for ; Fri, 13 Aug 2021 20:41:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1628887287.f751154a66eba8cccbbf83d7b5f8abf3872e3ff3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/recode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/recode/recode-3.7.9.ebuild X-VCS-Directories: app-text/recode/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f751154a66eba8cccbbf83d7b5f8abf3872e3ff3 X-VCS-Branch: master Date: Fri, 13 Aug 2021 20:41: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: 4c2ec8fd-99ef-4d6a-a8d6-4984fb06ca01 X-Archives-Hash: 76a8b0f18251f342300023f39354ddaa commit: f751154a66eba8cccbbf83d7b5f8abf3872e3ff3 Author: Arthur Zamarin gmail com> AuthorDate: Mon Aug 9 16:49:39 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 13 20:41:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f751154a app-text/recode: fix LICENSE GPL-2 -> GPL-3+ After commit https://github.com/rrthomas/recode/commit/fb841eb42aba88a130bb851aa57ceee320bc1895 The license should be GPL-3+ Signed-off-by: Arthur Zamarin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21970 Signed-off-by: Michał Górny gentoo.org> app-text/recode/recode-3.7.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/recode/recode-3.7.9.ebuild b/app-text/recode/recode-3.7.9.ebuild index 46f2745764b..84f579555f3 100644 --- a/app-text/recode/recode-3.7.9.ebuild +++ b/app-text/recode/recode-3.7.9.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Convert files between various character sets" HOMEPAGE="https://github.com/rrthomas/recode" SRC_URI="https://github.com/rrthomas/recode/releases/download/v${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3+" # librecode soname version SLOT="0/3" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"