Diff jetring-0.30 with a jetring-0.31

/usr/portage/app-crypt/jetring/jetring-0.31.ebuild 2023-10-09 14:52:28.232368318 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="GPG keyring maintenance using changesets"
7 7
HOMEPAGE="http://joeyh.name/code/jetring/"
......
18 18
	dev-lang/perl
19 19
	"
20 20

  
21
S="${WORKDIR}"/${PN}
22

  
21 23
PATCHES=(
22 24
	"${FILESDIR}"/${PN}-0.21-parallel.patch
23 25
)
Thank you!