summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2021-08-09 19:49:39 +0300
committerMichał Górny <mgorny@gentoo.org>2021-08-13 22:41:27 +0200
commitf751154a66eba8cccbbf83d7b5f8abf3872e3ff3 (patch)
tree81885bcef3acbc77d1dee852c0fdfcb786df282d
parentapp-text/recode: enable py3.10 (diff)
downloadgentoo-f751154a66eba8cccbbf83d7b5f8abf3872e3ff3.tar.gz
gentoo-f751154a66eba8cccbbf83d7b5f8abf3872e3ff3.tar.bz2
gentoo-f751154a66eba8cccbbf83d7b5f8abf3872e3ff3.zip
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 <arthurzam@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21970 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-text/recode/recode-3.7.9.ebuild2
1 files changed, 1 insertions, 1 deletions
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"