From 957e6ea00ba6f4f11328510b6b3c416f9becc2d6 Mon Sep 17 00:00:00 2001 From: "Sam James (sam_c)" Date: Mon, 4 May 2020 04:35:15 +0000 Subject: sys-process/parallel: fix old LICENSE to be more inclusive GNU Parallel is GPL-3+, not GPL-3. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) Signed-off-by: Thomas Deutschmann --- sys-process/parallel/parallel-20191022.ebuild | 2 +- sys-process/parallel/parallel-20200122.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-process') diff --git a/sys-process/parallel/parallel-20191022.ebuild b/sys-process/parallel/parallel-20191022.ebuild index 0d91915cb4a6..486660319637 100644 --- a/sys-process/parallel/parallel-20191022.ebuild +++ b/sys-process/parallel/parallel-20191022.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote ma HOMEPAGE="https://www.gnu.org/software/parallel/" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" diff --git a/sys-process/parallel/parallel-20200122.ebuild b/sys-process/parallel/parallel-20200122.ebuild index 8ec61c639516..f726154f51c7 100644 --- a/sys-process/parallel/parallel-20200122.ebuild +++ b/sys-process/parallel/parallel-20200122.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote ma HOMEPAGE="https://www.gnu.org/software/parallel/" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -- cgit v1.2.3-65-gdbad