From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A610158095 for ; Mon, 19 Sep 2022 03:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C03EE08D3; Mon, 19 Sep 2022 03:28:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76FBBE08A2 for ; Mon, 19 Sep 2022 03:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A42AC340E92 for ; Mon, 19 Sep 2022 03:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2902B5D9 for ; Mon, 19 Sep 2022 03:28:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663558102.d7fa01e0e776f3654f18a7f28433f26e309494d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gawk/gawk-5.1.1-r2.ebuild sys-apps/gawk/gawk-5.2.0.ebuild X-VCS-Directories: sys-apps/gawk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7fa01e0e776f3654f18a7f28433f26e309494d1 X-VCS-Branch: master Date: Mon, 19 Sep 2022 03:28:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 684187d1-a2f1-4071-98d5-839890741543 X-Archives-Hash: 14f7f1871021206c2a10cf4117c18d13 commit: d7fa01e0e776f3654f18a7f28433f26e309494d1 Author: Sam James gentoo org> AuthorDate: Mon Sep 19 03:20:44 2022 +0000 Commit: Sam James gentoo 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 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"