diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-26 20:39:03 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:03:12 +0100 |
commit | 567d1770335994bafaf5bb7a61edb2149d027405 (patch) | |
tree | c3080db260c7bed7254cb2a5890988fe74fe233a /sys-process/prll | |
parent | sys-apps/dog: EAPI8 bump, fix LICENSE (diff) | |
download | gentoo-567d1770335994bafaf5bb7a61edb2149d027405.tar.gz gentoo-567d1770335994bafaf5bb7a61edb2149d027405.tar.bz2 gentoo-567d1770335994bafaf5bb7a61edb2149d027405.zip |
sys-process/prll: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-process/prll')
-rw-r--r-- | sys-process/prll/prll-0.6.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/prll/prll-0.6.4.ebuild b/sys-process/prll/prll-0.6.4.ebuild index 380ac5434fe4..58e636154a70 100644 --- a/sys-process/prll/prll-0.6.4.ebuild +++ b/sys-process/prll/prll-0.6.4.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs readme.gentoo-r1 -DESCRIPTION="A utility for parallelizing execution of shell functions" +DESCRIPTION="Utility for parallelizing execution of shell functions" HOMEPAGE="https://github.com/exzombie/prll" SRC_URI="https://github.com/exzombie/prll/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" RESTRICT="test" |