diff options
author | 2024-05-01 09:28:56 +0100 | |
---|---|---|
committer | 2024-05-01 09:37:12 +0100 | |
commit | f857a9a869423291cce8403b2007f041140cd1ff (patch) | |
tree | 2d6ece658af63b67f5feffbfab30f10a6d47a90a /dev-perl/Path-Dispatcher | |
parent | media-sound/abcmidi: bump to 2024.04.30 (diff) | |
download | gentoo-f857a9a869423291cce8403b2007f041140cd1ff.tar.gz gentoo-f857a9a869423291cce8403b2007f041140cd1ff.tar.bz2 gentoo-f857a9a869423291cce8403b2007f041140cd1ff.zip |
dev-perl/Path-Dispatcher: add dev-perl/Test-Fatal test dep
Closes: https://bugs.gentoo.org/924134
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Path-Dispatcher')
-rw-r--r-- | dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild index 814ac1ab7c78..38513753448d 100644 --- a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild +++ b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,11 @@ RDEPEND=" dev-perl/Try-Tiny dev-perl/Type-Tiny " -BDEPEND="${RDEPEND} +BDEPEND=" + ${RDEPEND} dev-perl/Module-Build-Tiny virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Test-Fatal + ) " |