commit: 6fbcc7732232a723a94219ff4276c4cbfa482fd4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 19 03:21:34 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 19 03:28:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbcc773
app-arch/gzip: fix LICENSE Closes: https://bugs.gentoo.org/871345 Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/gzip/gzip-1.12-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/gzip/gzip-1.12-r2.ebuild b/app-arch/gzip/gzip-1.12-r2.ebuild index 444146cdfb69..4b4363030fef 100644 --- a/app-arch/gzip/gzip-1.12-r2.ebuild +++ b/app-arch/gzip/gzip-1.12-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI+=" verify-sig? ( https://alpha.gnu.org/gnu/gzip/${P}.tar.xz.sig )" -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="pic static"
