Diff Crypt-OpenSSL-RSA-0.320.0 with a Crypt-OpenSSL-RSA-0.330.0

/usr/portage/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.330.0.ebuild 2023-10-09 14:52:29.836368359 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=TODDR
7
DIST_VERSION=0.32
7
DIST_VERSION=0.33
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="RSA encoding and decoding using the OpenSSL libraries"
11 11

  
12 12
SLOT="0"
13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
14 14

  
15 15
RDEPEND="
16 16
	dev-perl/Crypt-OpenSSL-Bignum
17 17
	dev-perl/Crypt-OpenSSL-Random
18
	dev-libs/openssl:0=
18
	dev-libs/openssl:=
19 19
"
20 20
DEPEND="
21
	dev-libs/openssl:0=
21
	dev-libs/openssl:=
22 22
"
23 23
BDEPEND="${RDEPEND}
24 24
	>=dev-perl/Crypt-OpenSSL-Guess-0.110.0
......
28 28
	)
29 29
"
30 30

  
31
PATCHES=(
32
	"${FILESDIR}/${P}-openssl-3.0.0.patch"
33
)
34

  
35 31
PERL_RM_FILES=(
36 32
	t/z_kwalitee.t
37 33
	t/z_perl_minimum_version.t
......
39 35
	t/z_pod-coverage.t
40 36
	t/z_pod.t
41 37
)
38

  
42 39
mydoc="rfc*.txt"
40

  
41
export OPENSSL_PREFIX="${ESYSROOT}/usr"
Thank you!