diff options
author | 2024-05-02 13:45:02 +0100 | |
---|---|---|
committer | 2024-05-02 13:45:02 +0100 | |
commit | 80695087c1b8c67bc0e3fd0f44e38dc95c11fffc (patch) | |
tree | f1014704ad45a41755b74d3a2f8394fb566b72d7 /dev-perl/UUID | |
parent | sys-apps/portage: Stabilize 3.0.63 amd64, #931095 (diff) | |
download | gentoo-80695087c1b8c67bc0e3fd0f44e38dc95c11fffc.tar.gz gentoo-80695087c1b8c67bc0e3fd0f44e38dc95c11fffc.tar.bz2 gentoo-80695087c1b8c67bc0e3fd0f44e38dc95c11fffc.zip |
dev-perl/UUID: add Try-Tiny test dep
Closes: https://bugs.gentoo.org/931073
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/UUID')
-rw-r--r-- | dev-perl/UUID/UUID-0.340.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/UUID/UUID-0.340.0.ebuild b/dev-perl/UUID/UUID-0.340.0.ebuild index a7cc978b8a85..2c74811d0686 100644 --- a/dev-perl/UUID/UUID-0.340.0.ebuild +++ b/dev-perl/UUID/UUID-0.340.0.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" BDEPEND=" - virtual/perl-ExtUtils-MakeMaker + >=virtual/perl-ExtUtils-MakeMaker-7.60.0 >=dev-perl/Devel-CheckLib-1.140.0 + test? ( dev-perl/Try-Tiny ) " -DEPEND="${RDEPEND}" |