commit: 567d1770335994bafaf5bb7a61edb2149d027405 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Nov 26 19:39:03 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Dec 24 23:03:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567d1770
sys-process/prll: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-process/prll/prll-0.6.4.ebuild | 8 ++++---- 1 file 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"