From e2598c312928d2e78e8be25464b5624bb701b40b Mon Sep 17 00:00:00 2001 From: Brett A C Sheffield Date: Sun, 17 May 2026 16:25:03 +0000 Subject: [PATCH] dev-perl/JSON-WebToken: set RDEPEND to fix test failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RDEPEND on ~dev-perl/Crypt-OpenSSL-RSA-0.350.0 to fix test failure. Fails with dev-perl/Crypt-OpenSSL-RSA-0.370.0 due to changes in padding handling. Newer versions of dev-perl/Crypt-OpenSSL-RSA are preemptively masked. Pinning to this version buys us some time. Ultimately we'll likely need to replace dev-perl/Crypt-OpenSSL-RSA with another RSA provider. Bug: https://bugs.gentoo.org/974868 Signed-off-by: Brett A C Sheffield Part-of: https://codeberg.org/gentoo/gentoo/pulls/909 Merges: https://codeberg.org/gentoo/gentoo/pulls/909 Signed-off-by: Andreas K. Hüttel --- ...-WebToken-0.100.0.ebuild => JSON-WebToken-0.100.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) rename dev-perl/JSON-WebToken/{JSON-WebToken-0.100.0.ebuild => JSON-WebToken-0.100.0-r1.ebuild} (81%) diff --git a/dev-perl/JSON-WebToken/JSON-WebToken-0.100.0.ebuild b/dev-perl/JSON-WebToken/JSON-WebToken-0.100.0-r1.ebuild similarity index 81% rename from dev-perl/JSON-WebToken/JSON-WebToken-0.100.0.ebuild rename to dev-perl/JSON-WebToken/JSON-WebToken-0.100.0-r1.ebuild index ee31d191dcafb..bf94498207f96 100644 --- a/dev-perl/JSON-WebToken/JSON-WebToken-0.100.0.ebuild +++ b/dev-perl/JSON-WebToken/JSON-WebToken-0.100.0-r1.ebuild @@ -12,8 +12,10 @@ DESCRIPTION="JSON Web Token (JWT) implementation" SLOT="0" KEYWORDS="~amd64" +# does not work with >dev-perl/Crypt-OpenSSL-RSA-0.350.0 (bug 974868) RDEPEND=" >=dev-lang/perl-5.08.1 + ~dev-perl/Crypt-OpenSSL-RSA-0.350.0 dev-perl/JSON dev-perl/Module-Runtime "