summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-20 05:36:13 +0100
committerSam James <sam@gentoo.org>2022-10-20 22:06:42 +0100
commit05ec48d36b1c249d495627037151c2a95e6106d6 (patch)
tree381b8b27c7ef9f1653d23f7260cf9c1a6af270fc /sys-apps/texinfo
parentdev-python/jedi: enable python3.11 (diff)
downloadgentoo-05ec48d36b1c249d495627037151c2a95e6106d6.tar.gz
gentoo-05ec48d36b1c249d495627037151c2a95e6106d6.tar.bz2
gentoo-05ec48d36b1c249d495627037151c2a95e6106d6.zip
sys-apps/texinfo: fix LICENSE
``` $ info --version info (GNU texinfo) 6.8 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ``` Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r--sys-apps/texinfo/texinfo-6.8.90.ebuild2
-rw-r--r--sys-apps/texinfo/texinfo-6.8.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-6.8.90.ebuild b/sys-apps/texinfo/texinfo-6.8.90.ebuild
index 9013b3c925b7..9669d1502f2e 100644
--- a/sys-apps/texinfo/texinfo-6.8.90.ebuild
+++ b/sys-apps/texinfo/texinfo-6.8.90.ebuild
@@ -19,7 +19,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
IUSE="nls +standalone static"
diff --git a/sys-apps/texinfo/texinfo-6.8.ebuild b/sys-apps/texinfo/texinfo-6.8.ebuild
index 0935accde6c5..3080c44b89eb 100644
--- a/sys-apps/texinfo/texinfo-6.8.ebuild
+++ b/sys-apps/texinfo/texinfo-6.8.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="The GNU info program and utilities"
HOMEPAGE="https://www.gnu.org/software/texinfo/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls +standalone static"