Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Olson-Abbreviations/
Date: Mon, 26 Jun 2017 20:07:04
Message-Id: 1498507615.5c05a076cbd851f3812ed41fa7b9a95d27074b40.dilfridge@gentoo
1 commit: 5c05a076cbd851f3812ed41fa7b9a95d27074b40
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 20:06:35 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 20:06:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c05a076
7
8 dev-perl/Olson-Abbreviations: Add missing test dependency
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
16 index 1cabdda601b..9e105b1ad07 100644
17 --- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
18 +++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
19 @@ -19,7 +19,10 @@ RDEPEND="
20 dev-perl/namespace-autoclean
21 "
22 DEPEND="${RDEPEND}
23 - test? ( virtual/perl-Test-Simple )
24 + test? (
25 + dev-perl/List-MoreUtils
26 + virtual/perl-Test-Simple
27 + )
28 "
29
30 src_prepare() {