From: Sam James (sam_c) Date: Mon, 4 May 2020 04:35:15 +0000 (+0000) Subject: sys-process/parallel: fix old LICENSE to be more inclusive X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=957e6ea00ba6f4f11328510b6b3c416f9becc2d6;p=gentoo.git 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 --- 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=""