From 48423e104f6fff1fd7d9f7a0ba0079ef995c5c41 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 31 Jul 2025 04:06:42 +0100 Subject: [PATCH] dev-perl/LWP-Protocol-https: needs Net-SSLeay for tests Closes: https://bugs.gentoo.org/960860 Signed-off-by: Sam James --- .../LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild index 2efffd3e2e212..a76593cd8739b 100644 --- a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild +++ b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,10 +19,9 @@ RDEPEND=" " BDEPEND=" ${RDEPEND} - virtual/perl-ExtUtils-MakeMaker test? ( + dev-perl/Net-SSLeay >=dev-perl/Test-Needs-0.2.10 - virtual/perl-Test-Simple dev-perl/Test-RequiresInternet ) "