diff options
-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" |