commit: d7fa01e0e776f3654f18a7f28433f26e309494d1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 19 03:20:44 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 19 03:28:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fa01e0
sys-apps/gawk: fix LICENSE Closes: https://bugs.gentoo.org/871321 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/gawk/gawk-5.1.1-r2.ebuild | 2 +- sys-apps/gawk/gawk-5.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/gawk/gawk-5.1.1-r2.ebuild b/sys-apps/gawk/gawk-5.1.1-r2.ebuild index 396c6f8f74f2..3bdae58c5637 100644 --- a/sys-apps/gawk/gawk-5.1.1-r2.ebuild +++ b/sys-apps/gawk/gawk-5.1.1-r2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/gawk/gawk.html" SRC_URI="mirror://gnu/gawk/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnu/gawk/${P}.tar.xz.sig )" -LICENSE="GPL-2" +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="mpfr nls readline" diff --git a/sys-apps/gawk/gawk-5.2.0.ebuild b/sys-apps/gawk/gawk-5.2.0.ebuild index b792f8e7a54f..074bee40b5e5 100644 --- a/sys-apps/gawk/gawk-5.2.0.ebuild +++ b/sys-apps/gawk/gawk-5.2.0.ebuild @@ -20,7 +20,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-2" +LICENSE="GPL-3+" SLOT="0" IUSE="mpfr pma nls readline"
