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/Lingua-EN-NameCase/
Date: Sat, 06 Nov 2021 01:27:12
Message-Id: 1636161617.22cc6fad217f278643ada0a78f78f58167f59cd4.sam@gentoo
1 commit: 22cc6fad217f278643ada0a78f78f58167f59cd4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 01:20:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 01:20:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cc6fad
7
8 dev-perl/Lingua-EN-NameCase: add missing test dependency
9
10 Closes: https://bugs.gentoo.org/798105
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild
17 index a395ec3f946..43ed4c6e0c2 100644
18 --- a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild
19 +++ b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.210.0.ebuild
20 @@ -20,6 +20,7 @@ BDEPEND="${RDEPEND}
21 virtual/perl-ExtUtils-MakeMaker
22 test? (
23 virtual/perl-IO
24 + dev-perl/Test-Most
25 >=virtual/perl-Test-Simple-0.700.0
26 )
27 "