diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-05-04 04:35:15 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-05 14:50:07 +0200 |
commit | 957e6ea00ba6f4f11328510b6b3c416f9becc2d6 (patch) | |
tree | 9d501a929903bdde902bef6ae1b88a4a454eed3b /sys-process | |
parent | sys-process/parallel: bump to 20200422 (diff) | |
download | gentoo-957e6ea00ba6f4f11328510b6b3c416f9becc2d6.tar.gz gentoo-957e6ea00ba6f4f11328510b6b3c416f9becc2d6.tar.bz2 gentoo-957e6ea00ba6f4f11328510b6b3c416f9becc2d6.zip |
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) <sam@cmpct.info>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/parallel/parallel-20191022.ebuild | 2 | ||||
-rw-r--r-- | sys-process/parallel/parallel-20200122.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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="" |