diff options
author | Sam James <sam@gentoo.org> | 2022-09-19 04:21:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-19 04:28:23 +0100 |
commit | 6fbcc7732232a723a94219ff4276c4cbfa482fd4 (patch) | |
tree | ea4cb102ca8ca4170698040493ea999808a46568 /app-arch | |
parent | sys-apps/coreutils: fix LICENSE (diff) | |
download | gentoo-6fbcc7732232a723a94219ff4276c4cbfa482fd4.tar.gz gentoo-6fbcc7732232a723a94219ff4276c4cbfa482fd4.tar.bz2 gentoo-6fbcc7732232a723a94219ff4276c4cbfa482fd4.zip |
app-arch/gzip: fix LICENSE
Closes: https://bugs.gentoo.org/871345
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gzip/gzip-1.12-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |