Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/
Date: Sat, 06 Nov 2021 01:12:13
Message-Id: 1636161120.7d987eb853215e29986fc854ef902b47c25b87ac.sam@gentoo
1 commit: 7d987eb853215e29986fc854ef902b47c25b87ac
2 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
3 AuthorDate: Sat Nov 6 00:56:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 01:12:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d987eb8
7
8 dev-perl/Gtk3-ImageView: add missing test dep
9
10 Closes: https://bugs.gentoo.org/822000
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
13 Closes: https://github.com/gentoo/gentoo/pull/22837
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
20 index 59131c332d4..4d4589b5eb7 100644
21 --- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
22 +++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-10.0.0.ebuild
23 @@ -23,6 +23,7 @@ BDEPEND="${RDEPEND}
24 virtual/perl-ExtUtils-MakeMaker
25 test? (
26 dev-perl/Carp-Always
27 + dev-perl/Test-Deep
28 dev-perl/Test-Differences
29 dev-perl/Test-MockObject
30 dev-perl/Try-Tiny