summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-13 13:44:14 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-13 13:47:37 +0200
commit3816f7f63ef7fc4cdfe380896424721b459a5517 (patch)
tree94d2e587b250898787e50c4373f2e93199ea1316
parentsci-mathematics/pari: new revision with backported rnfdisc patch. (diff)
downloadgentoo-3816f7f63ef7fc4cdfe380896424721b459a5517.tar.gz
gentoo-3816f7f63ef7fc4cdfe380896424721b459a5517.tar.bz2
gentoo-3816f7f63ef7fc4cdfe380896424721b459a5517.zip
dev-perl/CDB_File: Add missing test deps
Closes: https://bugs.gentoo.org/787551 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/CDB_File/CDB_File-1.50.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-perl/CDB_File/CDB_File-1.50.0.ebuild b/dev-perl/CDB_File/CDB_File-1.50.0.ebuild
index 98e9fab12458..14765c5ec678 100644
--- a/dev-perl/CDB_File/CDB_File-1.50.0.ebuild
+++ b/dev-perl/CDB_File/CDB_File-1.50.0.ebuild
@@ -15,12 +15,15 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
+# bug 787551: T::Fatal and T::Warnings needed
BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/B-COW
virtual/perl-File-Temp
+ dev-perl/Test-Fatal
virtual/perl-Test-Simple
+ dev-perl/Test-Warnings
)
"