Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
Date: Mon, 11 Oct 2021 02:38:13
Message-Id: 1633919875.ca6e8843491163c72d34a39a11bc034ede3baefe.sam@gentoo
1 commit: ca6e8843491163c72d34a39a11bc034ede3baefe
2 Author: Wilson M. Michaels <thebitpit <AT> austincustomerrands <DOT> com>
3 AuthorDate: Mon Oct 11 02:37:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 02:37:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6e8843
7
8 dev-perl/SOAP-Lite: add missing test dependency
9
10 Closes: https://bugs.gentoo.org/807238
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
17 index fd408bbedf3..ba22e327625 100644
18 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
19 +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
20 @@ -36,6 +36,7 @@ RDEPEND="
21 BDEPEND="${RDEPEND}
22 virtual/perl-ExtUtils-MakeMaker
23 test? (
24 + dev-perl/HTTP-Daemon
25 virtual/perl-IO
26 virtual/perl-Test-Simple
27 dev-perl/Test-Warn