Diff jetring-0.27 with a jetring-0.30

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

  
4 4
EAPI=7
......
18 18
	dev-lang/perl
19 19
	"
20 20

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

  
23
src_prepare() {
24
	eapply "${FILESDIR}"/${PN}-0.21-parallel.patch
25
	eapply_user
26
}
21
PATCHES=(
22
	"${FILESDIR}"/${PN}-0.21-parallel.patch
23
)
27 24

  
28 25
src_compile() {
29 26
	addpredict "/run/user/$(id -u)/gnupg/"
Thank you!