Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI/
Date: Sat, 28 May 2022 20:36:56
Message-Id: 1653770202.f737b94ac9802413a97d31aee3e4efd725a117a9.dilfridge@gentoo
1 commit: f737b94ac9802413a97d31aee3e4efd725a117a9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 20:36:21 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 20:36:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f737b94a
7
8 dev-perl/DBI: Add missing dependeny, again
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 dev-perl/DBI/DBI-1.643.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-perl/DBI/DBI-1.643.0.ebuild b/dev-perl/DBI/DBI-1.643.0.ebuild
16 index f36a54560b11..723ae24e89b4 100644
17 --- a/dev-perl/DBI/DBI-1.643.0.ebuild
18 +++ b/dev-perl/DBI/DBI-1.643.0.ebuild
19 @@ -19,6 +19,7 @@ RDEPEND="
20 >=dev-perl/PlRPC-0.200.0
21 >=virtual/perl-Sys-Syslog-0.170.0
22 virtual/perl-File-Spec
23 + virtual/perl-File-Temp
24 virtual/perl-Scalar-List-Utils
25 !<=dev-perl/SQL-Statement-1.330.0
26 "