commit: 89af56d08abfdc2a7dff48e4fe45d810c5b51b46 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 11 10:39:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 11 10:54:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89af56d0
sys-apps/gawk: update LICENSE PMA is AGPL-3+ (see https://lore.kernel.org/openembedded-core/a95eb395-fd7b-46c4-af13-516bcb8d1473 <AT> windriver.com/T/#t, and https://cgit.git.savannah.gnu.org/cgit/gawk.git/commit/?id=2ae439f369f23c6ab3d2e671ce614fff32e32a38). Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/gawk/gawk-5.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/gawk/gawk-5.3.2.ebuild b/sys-apps/gawk/gawk-5.3.2.ebuild index 0e093d24a52c..0b053c5b73f4 100644 --- a/sys-apps/gawk/gawk-5.3.2.ebuild +++ b/sys-apps/gawk/gawk-5.3.2.ebuild @@ -32,7 +32,7 @@ else KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi -LICENSE="GPL-3+" +LICENSE="GPL-3+ pma? ( AGPL-3+ )" SLOT="0" # The gawk docs claim MPFR support is "on parole" and may be removed, # https://www.gnu.org/software/gawk/manual/html_node/MPFR-On-Parole.html
