From f751154a66eba8cccbbf83d7b5f8abf3872e3ff3 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 9 Aug 2021 19:49:39 +0300 Subject: app-text/recode: fix LICENSE GPL-2 -> GPL-3+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After commit https://github.com/rrthomas/recode/commit/fb841eb42aba88a130bb851aa57ceee320bc1895 The license should be GPL-3+ Signed-off-by: Arthur Zamarin Closes: https://github.com/gentoo/gentoo/pull/21970 Signed-off-by: Michał Górny --- app-text/recode/recode-3.7.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-text/recode') diff --git a/app-text/recode/recode-3.7.9.ebuild b/app-text/recode/recode-3.7.9.ebuild index 46f2745764b0..84f579555f3b 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" -- cgit v1.2.3-65-gdbad