summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-26 22:06:35 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-26 22:06:55 +0200
commit5c05a076cbd851f3812ed41fa7b9a95d27074b40 (patch)
tree4995c949c8fbfd27a7e0a938f8e04499f1558594 /dev-perl/Olson-Abbreviations
parentdev-ada/xmlada: add gnat_2016 and gnat_2017 use flags to select the compiler (diff)
downloadgentoo-5c05a076cbd851f3812ed41fa7b9a95d27074b40.tar.gz
gentoo-5c05a076cbd851f3812ed41fa7b9a95d27074b40.tar.bz2
gentoo-5c05a076cbd851f3812ed41fa7b9a95d27074b40.zip
dev-perl/Olson-Abbreviations: Add missing test dependency
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Olson-Abbreviations')
-rw-r--r--dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
index 1cabdda601b1..9e105b1ad07d 100644
--- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
+++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
@@ -19,7 +19,10 @@ RDEPEND="
dev-perl/namespace-autoclean
"
DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Simple )
+ test? (
+ dev-perl/List-MoreUtils
+ virtual/perl-Test-Simple
+ )
"
src_prepare() {